Update importlib-metadata==5.0.0

[skip ci]
This commit is contained in:
JonnyWong16 2022-11-12 17:02:37 -08:00
parent 20be945e8c
commit 5bb9dbd0f6
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 69 additions and 211 deletions

View file

@ -8,6 +8,7 @@ __all__ = ['install', 'NullFinder', 'Protocol']
try:
from typing import Protocol
except ImportError: # pragma: no cover
# Python 3.7 compatibility
from typing_extensions import Protocol # type: ignore