fix(hermes): Replace the wildcard import with the exact contract symbols used by this module, resolving python:S2208 without changing behavior. (incident sonar/ariadne/AZ2y0FYFKy9i4pkIpNlV)
This commit is contained in:
parent
ca5b22b977
commit
c8f42929dd
@ -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]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user