remove unnecessary f string

This commit is contained in:
Jakub Trllo 2025-05-21 19:47:53 +02:00
parent 4b1f1a9584
commit 316c7e7e38

View file

@ -550,7 +550,7 @@ class _IconsCache:
icon = QtGui.QIcon(pix)
except Exception:
log.warning(
f"Failed to download image '%s'", url, exc_info=True
"Failed to download image '%s'", url, exc_info=True
)
icon = None