Skip to content

Commit

Permalink
style: Format code with black
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] committed Jul 2, 2023
1 parent 8d92110 commit 8f2ac01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pysr/julia_helpers.py
Expand Up @@ -124,9 +124,7 @@ def _process_julia_project(julia_project):
)
python_version = ".".join(map(str, sys.version_info[:2]))
processed_julia_project = (
f"pysr-{__version__}"
f"-py-{python_version}"
f"-jl-{julia_version}"
f"pysr-{__version__}" f"-py-{python_version}" f"-jl-{julia_version}"
)
elif julia_project[0] == "@":
is_shared = True
Expand Down

0 comments on commit 8f2ac01

Please sign in to comment.