Update importlib-resources==5.4.0

This commit is contained in:
JonnyWong16 2021-11-28 13:54:44 -08:00
parent c79c48fcca
commit 563f697563
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
12 changed files with 167 additions and 125 deletions

View file

@ -4,7 +4,6 @@ from ._common import (
as_file,
files,
Package,
Resource,
)
from ._legacy import (
@ -15,6 +14,7 @@ from ._legacy import (
read_text,
is_resource,
path,
Resource,
)
from importlib_resources.abc import ResourceReader