Skip to content

Commit 3a8345a

Browse files
authored
remove extra format string
1 parent 72f3bc7 commit 3a8345a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def run(self):
552552
logging.info(f"Copied Qualcomm backend: {so_src} -> {so_dst}")
553553

554554
except ImportError:
555-
logging.error(f"Fail to build Qualcomm backend")
555+
logging.error("Fail to build Qualcomm backend")
556556
logging.exception("Import error")
557557

558558
if self.editable_mode:

0 commit comments

Comments
 (0)