We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOT_LOADABLE
tuple
1 parent afc557a commit de428e3Copy full SHA for de428e3
deepmd/op/__init__.py
@@ -4,7 +4,7 @@
4
import importlib
5
import logging
6
7
-NOT_LOADABLE = ("__init__.py")
+NOT_LOADABLE = ("__init__.py",)
8
PACKAGE_BASE = "deepmd.op"
9
10
log = logging.getLogger(__name__)
0 commit comments