Skip to content

Commit 296364f

Browse files
committed
Fix initilization
1 parent 9fcc290 commit 296364f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js2pysecrets/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from .base import * # noqa
1+
from .base import * # noqa
22

3-
__import__('js2pysecrets').init()
3+
__import__("js2pysecrets").init()
44

55
# import .node # noqa

0 commit comments

Comments
 (0)