TradingAgents/tradingagents/graph
Youssef Aitousarrah f6943e1615 fix: add noqa comment to prevent linter from removing scanner import
The scanner import needs # noqa: F401 to prevent linters from
removing it as "unused". The import is required for side effects
(triggering scanner registration).

Without this:
- Pre-commit hook removes the import
- Scanners don't register
- Discovery returns 0 candidates

Fix:
- Added # noqa: F401 comment to scanner import
- Linter will now preserve this import
- Verified 8 scanners properly registered

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-05 23:46:27 -08:00
..
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
conditional_logic.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
discovery_graph.py fix: add noqa comment to prevent linter from removing scanner import 2026-02-05 23:46:27 -08:00
propagation.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
reflection.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
setup.py WIP 2025-09-26 16:17:50 +08:00
signal_processing.py feat: discovery system code quality improvements and concurrent execution 2026-02-05 23:27:01 -08:00
trading_graph.py Update 2025-12-09 23:16:53 -08:00