Skip to content

Commit de428e3

Browse files
authored
NOT_LOADABLE should be tuple (#825)
1 parent afc557a commit de428e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepmd/op/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import importlib
55
import logging
66

7-
NOT_LOADABLE = ("__init__.py")
7+
NOT_LOADABLE = ("__init__.py",)
88
PACKAGE_BASE = "deepmd.op"
99

1010
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)