You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: modernize type annotations and improve code style
- Replace legacy typing imports with modern Python 3.10+ syntax (Union -> |, Optional -> |, List -> list)
- Update AsyncGenerator type hints to use collections.abc import
- Add comprehensive docstring to settings.py explaining configuration priority and validation
- Implement typed dependency annotations using Annotated for better type safety
- Remove unused parameters and imports across multiple modules
- Standardize function signatures and return type annotations
0 commit comments