Spaces:
Sleeping
Sleeping
deepsource-autofix[bot]
commited on
Commit
•
b61a54b
1
Parent(s):
4306447
Format code with black
Browse files- pysr/julia_helpers.py +1 -0
pysr/julia_helpers.py
CHANGED
@@ -171,6 +171,7 @@ def init_julia(julia_project=None, quiet=False, julia_kwargs=None):
|
|
171 |
raise ImportError(_import_error())
|
172 |
|
173 |
from julia.core import Julia
|
|
|
174 |
Main = None
|
175 |
try:
|
176 |
jl = Julia(**julia_kwargs)
|
|
|
171 |
raise ImportError(_import_error())
|
172 |
|
173 |
from julia.core import Julia
|
174 |
+
|
175 |
Main = None
|
176 |
try:
|
177 |
jl = Julia(**julia_kwargs)
|