Skip to content

Commit d3fe031

Browse files
committed
Add comment about the compatibility factor.
1 parent e5b7d87 commit d3fe031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

importlib_metadata/_compat.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
try:
99
from typing import Protocol
1010
except ImportError: # pragma: no cover
11+
# Python 3.7 compatibility
1112
from typing_extensions import Protocol # type: ignore
1213

1314

0 commit comments

Comments
 (0)