Spaces:
Sleeping
Sleeping
deepsource-autofix[bot]
commited on
Commit
•
0bd453f
1
Parent(s):
3c6a750
Format code with black
Browse filesThis commit fixes the style issues introduced in 3c6a750 according to the output
from black.
Details: https://deepsource.io/gh/MilesCranmer/PySR/transform/e884243d-a351-4ff3-be0e-5c4f0e3d0980/
- pysr/sr.py +1 -1
pysr/sr.py
CHANGED
@@ -15,7 +15,7 @@ from multiprocessing import cpu_count
|
|
15 |
is_julia_warning_silenced = False
|
16 |
|
17 |
|
18 |
-
def install(julia_project=None):
|
19 |
import julia
|
20 |
|
21 |
julia.install()
|
|
|
15 |
is_julia_warning_silenced = False
|
16 |
|
17 |
|
18 |
+
def install(julia_project=None): # pragma: no cover
|
19 |
import julia
|
20 |
|
21 |
julia.install()
|