Teknium
8bb1d15da4
chore: remove ~100 unused imports across 55 files (#3016)
Automated cleanup via pyflakes + autoflake with manual review.
Changes:
- Removed unused stdlib imports (os, sys, json, pathlib.Path, etc.)
- Removed unused typing imports (List, Dict, Any, Optional, Tuple, Set, etc.)
- Removed unused internal imports (hermes_cli.auth, hermes_cli.config, etc.)
- Fixed cli.py: removed 8 shadowed banner imports (imported from hermes_cli.banner
then immediately redefined locally — only build_welcome_banner is actually used)
- Added noqa comments to imports that appear unused but serve a purpose:
- Re-exports (gateway/session.py SessionResetPolicy, tools/terminal_tool.py
is_interrupted/_interrupt_event)
- SDK presence checks in try/except (daytona, fal_client, discord)
- Test mock targets (auxiliary_client.py Path, mcp_config.py get_hermes_home)
Zero behavioral changes. Full test suite passes (6162/6162, 2 pre-existing
streaming test failures unrelated to this change).
2026-03-25 15:02:03 -07:00
..
2026-03-17 00:16:34 -07:00
2026-03-25 10:56:48 -07:00
2026-03-17 02:33:12 -07:00
2026-03-24 08:19:23 -07:00
2026-03-23 07:43:12 -07:00
2026-03-23 06:56:09 -07:00
2026-03-24 19:10:12 -07:00
2026-03-25 15:02:03 -07:00
2026-03-25 15:02:03 -07:00
2026-03-24 08:19:34 -07:00
2026-03-23 06:35:43 -07:00
2026-02-21 03:53:24 -08:00
2026-03-25 15:02:03 -07:00
2026-03-24 08:19:34 -07:00
2026-03-25 15:02:03 -07:00
2026-03-25 15:02:03 -07:00
2026-03-17 04:32:39 -07:00
2026-03-15 20:21:21 -07:00
2026-03-16 00:23:47 -07:00
2026-03-25 15:02:03 -07:00
2026-02-23 02:11:33 -08:00
2026-03-22 15:02:26 -07:00
2026-03-22 04:52:52 -07:00
2026-03-17 04:19:11 -07:00
2026-03-15 20:21:21 -07:00
2026-03-18 02:55:30 -07:00
2026-03-11 20:02:36 -07:00
2026-03-14 03:47:13 -07:00
2026-03-25 15:02:03 -07:00
2026-03-25 15:02:03 -07:00
2026-03-25 15:02:03 -07:00
2026-03-25 15:02:03 -07:00
2026-03-25 15:02:03 -07:00
2026-03-22 03:56:02 -07:00
2026-03-24 19:15:03 -07:00
2026-03-25 15:02:03 -07:00
2026-03-26 01:08:02 +05:30
2026-03-24 08:19:34 -07:00
2026-03-25 15:02:03 -07:00
2026-03-16 23:39:41 -07:00
2026-03-15 20:21:21 -07:00
2026-03-17 10:30:58 -07:00
2026-03-25 15:02:03 -07:00
2026-03-23 15:40:42 -07:00
2026-03-25 15:02:03 -07:00
2026-03-25 15:02:03 -07:00
2026-03-23 15:40:42 -07:00
2026-03-17 03:11:26 -07:00