From 316c7e7e389e227010bfc8b700a398afe8a96ea8 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 21 May 2025 19:47:53 +0200 Subject: [PATCH] remove unnecessary f string --- client/ayon_core/tools/utils/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/utils/lib.py b/client/ayon_core/tools/utils/lib.py index ecf5dc1bc5..f7919a3317 100644 --- a/client/ayon_core/tools/utils/lib.py +++ b/client/ayon_core/tools/utils/lib.py @@ -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