mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Remove importlib-metadata and importlib-resources
This commit is contained in:
parent
b133904b48
commit
38435ae81c
53 changed files with 0 additions and 3678 deletions
|
@ -1,17 +0,0 @@
|
|||
"""Read resources contained within a package."""
|
||||
|
||||
from ._common import (
|
||||
as_file,
|
||||
files,
|
||||
Package,
|
||||
)
|
||||
|
||||
from .abc import ResourceReader
|
||||
|
||||
|
||||
__all__ = [
|
||||
'Package',
|
||||
'ResourceReader',
|
||||
'as_file',
|
||||
'files',
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue