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
- Replace 'str | None' with 'Optional[str]' for Python 3.9 compatibility
- Fix __eq__ method type annotation from 'other: None' to 'other: object' with return type
0 commit comments