Skip to content

Commit 82c37de

Browse files
committed
Remove restrictive __all__ that broke wildcard imports
1 parent ec0046e commit 82c37de

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pathsim_chem/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
except ImportError:
1111
__version__ = "unknown"
1212

13-
__all__ = ["__version__"]
14-
1513
#for direct block import from main package
1614
from .tritium import *
1715
from .thermodynamics import *

0 commit comments

Comments
 (0)