Skip to content

Commit

Permalink
Add comment about the compatibility factor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 24, 2022
1 parent e5b7d87 commit d3fe031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions importlib_metadata/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
try:
from typing import Protocol
except ImportError: # pragma: no cover
# Python 3.7 compatibility
from typing_extensions import Protocol # type: ignore


Expand Down

0 comments on commit d3fe031

Please sign in to comment.