Skip to content

Commit 67092f2

Browse files
committed
Clean up something leftover from rebase attempt
1 parent 97b2b4b commit 67092f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

diffeqpy/de.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import os
22
import sys
33

4-
from . import _ensure_installed
5-
6-
# This is terrifying to many people. However, it seems SciML takes pragmatic approach.
7-
_ensure_installed()
8-
9-
# PyJulia have to be loaded after `_ensure_installed()`
104
from julia import Main
115

126
script_dir = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)