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
fromtypingimportCallable# error: This type is deprecated as of Python 3.9; use "collections.abc.Callable" instead
having Callable in collections.abc is complete nonsense because Callable has literally nothing to do with collection types. if it's ever removed from typing we should just add it back in basedtyping
The text was updated successfully, but these errors were encountered:
having
Callable
incollections.abc
is complete nonsense becauseCallable
has literally nothing to do with collection types. if it's ever removed from typing we should just add it back in basedtypingThe text was updated successfully, but these errors were encountered: