testsAndMisc/python_pkg/word_frequency
copilot-swe-agent[bot] b6459d318b Fix: Restore imports in check functions (autoflake-proof)
- Restored imports in _check_argos(), _check_deep_translator(), _check_langdetect()
- Used _ = module assignment to prevent autoflake from removing imports
- These imports test module availability by triggering ImportError if missing
- All 30 pre-commit hooks now passing

Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
2026-01-07 21:44:43 +00:00
..
test_texts Add pre-commit GitHub workflow and fix linting issues 2026-01-07 21:32:45 +00:00
tests Make Python scripts with shebangs executable 2026-01-07 21:34:56 +00:00
__init__.py feat: added translations 2025-12-28 15:55:43 +01:00
analyzer.py Make Python scripts with shebangs executable 2026-01-07 21:34:56 +00:00
anki_generator.py Make Python scripts with shebangs executable 2026-01-07 21:34:56 +00:00
cache.py Make Python scripts with shebangs executable 2026-01-07 21:34:56 +00:00
excerpt_finder.py Make Python scripts with shebangs executable 2026-01-07 21:34:56 +00:00
learning_pipe.py Make Python scripts with shebangs executable 2026-01-07 21:34:56 +00:00
run_anki_generator.sh Add pre-commit GitHub workflow and fix linting issues 2026-01-07 21:32:45 +00:00
translator.py Fix: Restore imports in check functions (autoflake-proof) 2026-01-07 21:44:43 +00:00
vocabulary_curve.py Make Python scripts with shebangs executable 2026-01-07 21:34:56 +00:00