Skip to content

Commit 324d76b

Browse files
committed
Fix circular import
1 parent 9615e8f commit 324d76b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

runschema/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@
1717
# limitations under the License.
1818
#
1919

20-
from .run import Run
21-
from .calculation import Calculation
22-
from .system import System
23-
from .method import Method
24-

0 commit comments

Comments
 (0)