We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463e40a commit 4b01b30Copy full SHA for 4b01b30
importlib_metadata/_functools.py
@@ -1,6 +1,7 @@
1
import functools
2
import types
3
-from typing import Callable, TypeVar
+from collections.abc import Callable
4
+from typing import TypeVar
5
6
7
# from jaraco.functools 3.3
0 commit comments