Skip to content

Commit 9cd51c3

Browse files
committed
lint - fix fstring
1 parent b572f2b commit 9cd51c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pori_python/graphkb/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def login(self, username: str, password: str, pori_demo: bool = False) -> None:
254254

255255
# KBDEV-1328. Alt. GraphKB login for GSC's PORI online demo
256256
if self.url and (pori_demo or "pori-demo" in self.url):
257-
logger.warning(f"login demo")
257+
logger.warning("login demo")
258258
self.login_demo()
259259

260260
# use requests package directly to avoid recursion loop on login failure

0 commit comments

Comments
 (0)