more fstring fixes
Python CI / test (push) Successful in 6m46s

This commit is contained in:
2025-11-09 00:15:25 +01:00
parent 78745c4e29
commit 8b833eef0b
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -59,8 +59,7 @@ def draw_placeholder_content(page: Page):
100),
font=font)
draw.text(
(10, 10), f"Border: {
page.border_size}px", fill=(
(10, 10), f"Border: {page.border_size}px", fill=(
150, 150, 150), font=font)
draw.text(
(content_x + 10,