Skip to content

Commit d103fef

Browse files
committed
code style
1 parent 2791438 commit d103fef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/update_switcher.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ def main():
2929
latest_index = i
3030
previous_version = version["version"]
3131
if previous_version == new_version_without_prefix:
32-
print(f"Version {new_version_without_prefix} already is the latest version. Exiting.")
32+
print(
33+
f"Version {new_version_without_prefix} already is the latest version. Exiting."
34+
)
3335
return
3436

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

0 commit comments

Comments
 (0)