fix (frozen=True, slots=True)

This commit is contained in:
2026-09-05 13:56:04 +08:00
parent 58e1e3e291
commit 2059f87fe5
8 changed files with 23 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ from strategy.trend.watch import DipWatch
from .state import TState
@dataclass(slots=True)
@dataclass(frozen=True, slots=True)
class Runtime:
client: Client
global_cfg: GlobalConfig