diff --git a/ariadne/services/cluster_state_profiles.py b/ariadne/services/cluster_state_profiles.py index e28a6a8..74f9dd6 100644 --- a/ariadne/services/cluster_state_profiles.py +++ b/ariadne/services/cluster_state_profiles.py @@ -2,7 +2,7 @@ from __future__ import annotations from typing import Any -from .cluster_state_contract import * +from .cluster_state_contract import ClusterStateSummary, SignalContext, _NODE_WORKLOAD_TOP, _PROFILE_LIMIT ProfileRows = list[dict[str, Any]] NodeWorkloadMap = dict[str, dict[str, int]]