Skip to content

Commit 2301ba3

Browse files
committed
Fixup remove obsolete f-string
Signed-off-by: Toni Finger <[email protected]>
1 parent 78fd694 commit 2301ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/kaas/plugin/plugin_kind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PluginKind(KubernetesClusterPlugin):
1515
conformance testing purpose with the use of Kind
1616
"""
1717
def __init__(self, config_file=None):
18-
logger.info(f"Init PluginKind")
18+
logger.info("Init PluginKind")
1919
self.config = config_file
2020
logger.debug(self.config)
2121
self.working_directory = os.getcwd()

0 commit comments

Comments
 (0)