Loading
refactor(core): replace Any with proper types in tdoc-crawler
- Use Executor/Future instead of Any in crawl.py - Fix CacheManager import path in tdoc_app.py - Narrow return type in export.py from Any to object - Add missing Any import in formatting.py - Fix test attribute name file_path to config_file in test_sources.py