We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ce932 commit 259f7a6Copy full SHA for 259f7a6
1 file changed
src/pointofview/__init__.py
@@ -11,7 +11,7 @@
11
from collections import OrderedDict
12
13
if sys.version_info >= (3, 9):
14
- from importlib import metadata, resources
+ from importlib import metadata
15
else:
16
import importlib_metadata as metadata
17
0 commit comments