Skip to content

Commit 8517217

Browse files
committed
📦🚨 Fix linter warning by explicitly importing importlib.metadata subpackage
1 parent 241c29d commit 8517217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎project_name/tests/test_.py.jinja‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import importlib
1+
import importlib.metadata
22

33
import {{ package_name }}
44

0 commit comments

Comments
 (0)