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
- Upgrade type hints to Python 3.9+ syntax throughout codebase
- Replace legacy List, Dict, Tuple, etc. with built-in generics (e.g., list, dict, tuple)
- Move type hints to use collections.abc where appropriate
0 commit comments