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
Fix type annotation inconsistency in negotiate() method
- Update multiselect.py negotiate() return type to match IMultiselectMuxer interface
- Allow TProtocol to be None in return type annotation
- Add .tmp.driveupload/ to .gitignore to exclude temporary upload files
Resolves type inconsistency between abstract interface and concrete implementation.
0 commit comments