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:
Hermes Agent 2026-08-07 02:17:17 +00:00
parent ca5b22b977
commit c8f42929dd

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