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 3, 2023
1 parent bd6be37 commit 5d377fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pysr/julia_helpers.py
Expand Up @@ -122,9 +122,7 @@ def _process_julia_project(julia_project):
julia_version = ".".join(
map(str, (juliainfo.version_major, juliainfo.version_minor))
)
processed_julia_project = (
f"pysr-{__version__}-jl-{julia_version}"
)
processed_julia_project = f"pysr-{__version__}-jl-{julia_version}"
elif julia_project[0] == "@":
is_shared = True
processed_julia_project = julia_project[1:]
Expand Down

0 comments on commit 5d377fa

Please sign in to comment.