Skip to content

Commit

Permalink
Format code with ruff [auto]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiuGeorgiu committed Jan 14, 2025
1 parent 6a18ba1 commit 0c8f260
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/demo/generate_demo_captchas.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ def main():
)

img_name = (
f'{"dark" if th else "light"}'
f'{"_bg" if bg else ""}'
f'{"_fg" if fg else ""}'
f'.png'
f"{'dark' if th else 'light'}"
f"{'_bg' if bg else ''}"
f"{'_fg' if fg else ''}"
f".png"
)

img_path = os.path.abspath(
Expand Down

0 comments on commit 0c8f260

Please sign in to comment.