Skip to content

Commit 663a083

Browse files
author
Christopher Henry
committed
Removing start imports which cause immediate breaks in environments that lack all dependencies
1 parent 2b5ff50 commit 663a083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modelseedpy/community/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
# import pyximport; pyximport.install(language_level=3) # improve computational speed
66

7-
from modelseedpy.community.mscommunity import *
8-
from modelseedpy.community.datastandardization import *
7+
#from modelseedpy.community.mscommunity import *
8+
#from modelseedpy.community.datastandardization import *
99
from modelseedpy.community.commkineticpkg import CommKineticPkg
1010
from modelseedpy.community.mscompatibility import MSCompatibility
1111
from modelseedpy.community.mssteadycom import MSSteadyCom

0 commit comments

Comments
 (0)