Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Conengmo committed Oct 23, 2024
1 parent 2791438 commit d103fef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/update_switcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ def main():
latest_index = i
previous_version = version["version"]
if previous_version == new_version_without_prefix:
print(f"Version {new_version_without_prefix} already is the latest version. Exiting.")
print(
f"Version {new_version_without_prefix} already is the latest version. Exiting."
)
return

# now replace the name and version of this one with the new version
Expand Down

0 comments on commit d103fef

Please sign in to comment.