Skip to content

Commit 259f7a6

Browse files
authored
fix: removed unnecessary import of resources (#12)
1 parent 55ce932 commit 259f7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pointofview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from collections import OrderedDict
1212

1313
if sys.version_info >= (3, 9):
14-
from importlib import metadata, resources
14+
from importlib import metadata
1515
else:
1616
import importlib_metadata as metadata
1717

0 commit comments

Comments
 (0)