Final fix for scanner registration issue. Previous attempts to add scanner import at module level were removed by the pre-commit hook's ruff --fix auto-formatter. Solution: - Import scanners inside DiscoveryGraph.__init__() method - Use the import (assign to _) so it's not "unused" - Linter won't remove imports that are actually used This ensures scanners always load when DiscoveryGraph is instantiated. Verified: 8 scanners now properly registered Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conditional_logic.py | ||
| discovery_graph.py | ||
| propagation.py | ||
| reflection.py | ||
| setup.py | ||
| signal_processing.py | ||
| trading_graph.py | ||