-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
Running flake8 across packages/parser-core/ and packages/parser-free/ reports numerous pre-existing F401 (unused import) warnings across test files. These were not introduced by any recent PR but have accumulated over time.
Files affected
tests/patterns/test_credit_card_duplicate_strategy.py—pytesttests/services/test_duplicate_detector.py—pytesttests/services/test_service_registry.py—pytesttests/services/test_sorting_service.py—pytesttests/services/test_transaction_type_classifier.py—TemplateProcessingConfigtests/test_processor.py—json,MagicMock,Mock,pytesttests/test_processor_refactored_methods.py—MagicMock,call,mock_opentests/adapters/test_pdfplumber_adapter.py,tests/analysis/,tests/config/,tests/extraction/,tests/domain/,tests/test_*.py— various
Fix
Remove all unused imports from the affected test files and ensure flake8 passes cleanly on both packages.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working