fixup: Format Python code with Black

pull/2060/head
github-actions 1 year ago
parent a4f0022a5a
commit 953be5a36b

@ -7,6 +7,7 @@ def getsize(font: ImageFont | FreeTypeFont, text: str):
height = bottom - top
return width, height
def getheight(font: ImageFont | FreeTypeFont, text: str):
_, height = getsize(font, text)
return height

Loading…
Cancel
Save