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
Handle collections.abc.Callable as well as typing.Callable (#289)
* Handle collections.abc.Callable as well as typing.Callable
typing.Callable is deprecated in favor of collections.abc.Callable
since Python 3.9:
https://docs.python.org/3/library/typing.html?highlight=typing%20callable#typing.Callable
* Add tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix tests in py38 and py37
* Fix lints
* Suppress mypy lints
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments