We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b7d87 commit d3fe031Copy full SHA for d3fe031
importlib_metadata/_compat.py
@@ -8,6 +8,7 @@
8
try:
9
from typing import Protocol
10
except ImportError: # pragma: no cover
11
+ # Python 3.7 compatibility
12
from typing_extensions import Protocol # type: ignore
13
14
0 commit comments