fix(hermes): repair sonar/ariadne/AZ2y0FYFKy9i4pkIpNlV #6

Open
bstein wants to merge 1 commits from hermes-repair/sonar-AZ2y0FYFKy9i4pkIpNlV into master
Showing only changes of commit c8f42929dd - Show all commits

View File

@ -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]]