Skip to content

Commit

Permalink
Update ruff and reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 10, 2025
1 parent e954dd1 commit f2fc18f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion python/lvmscp/actor/commands/focus.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def focus(

for n in range(count):
if count != 1:
command.info(f"Focus iteration {n+1} out of {count}.")
command.info(f"Focus iteration {n + 1} out of {count}.")

for side in ["left", "right"]:
# Open both HDs.
Expand Down
42 changes: 21 additions & 21 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2fc18f

Please sign in to comment.