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
The Protocols in the repo used to be abstract classes and have a raise NotImplementedError. The standard with Protocols is to use the Python Ellipsis instead (...).
The text was updated successfully, but these errors were encountered:
This is a stylistic issue not a bug.
The Protocols in the repo used to be abstract classes and have a
raise NotImplementedError
. The standard with Protocols is to use the Python Ellipsis instead (...
).The text was updated successfully, but these errors were encountered: