mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Update importlib-metadata==5.0.0
[skip ci]
This commit is contained in:
parent
20be945e8c
commit
5bb9dbd0f6
3 changed files with 69 additions and 211 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue