Skip to content

app.py: fix pylint C0209 and C0301

C0209: Formatting a regular string which could be a f-string (consider-using-f-string) C0301: Line too long (100+/100) (line-too-long)

Merge request reports