| fix(swarm): resolve lint warnings from Huawei coding standard audit
- G.FMT.02: break overlong lines in i18n.py and spawn_manager.py
- G.FMT.04: remove whitespace before slice colon in adapters.py
- G.CLS.02: mark abstract _drive as async to match subclass signatures
- G.CLS.07: make _raise_not_connected a staticmethod in client.py
- G.FNM.03: introduce CapabilityOverrides to reduce build_team arg count
- F821: add missing Any import in adapters.py
Refs: #751
| 4 天前 |