Skip to content

Commit

Permalink
fix: removed unnecessary import of resources (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday authored Dec 11, 2022
1 parent 55ce932 commit 259f7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pointofview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from collections import OrderedDict

if sys.version_info >= (3, 9):
from importlib import metadata, resources
from importlib import metadata
else:
import importlib_metadata as metadata

Expand Down

0 comments on commit 259f7a6

Please sign in to comment.