Skip to content

Commit 05f4b4c

Browse files
Fix syntax error
1 parent 084521f commit 05f4b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usefulib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__version__ = "1.0.0"
99

10-
from _usefulibs import *
10+
from ._usefulibs import *

0 commit comments

Comments
 (0)