- local_converter.py: remove redundant `_default_converter = None` in except block of `_ensure_default_converter` (variable was already None, re-raised immediately — dead store) - test_analysis_service.py: replace bare `await task` with `await asyncio.gather(task)` to satisfy static analysis |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_analysis_service.py | ||
| test_api_endpoints.py | ||
| test_bbox.py | ||
| test_chunking.py | ||
| test_document_service.py | ||
| test_models.py | ||
| test_pipeline_options.py | ||
| test_rate_limiter.py | ||
| test_repos.py | ||
| test_robustness.py | ||
| test_schemas.py | ||
| test_serve_converter.py | ||
| test_settings.py | ||