Skip to content

Commit

Permalink
Fixup remove obsolete f-string
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Finger <[email protected]>
  • Loading branch information
tonifinger committed Nov 7, 2024
1 parent 78fd694 commit 2301ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/kaas/plugin/plugin_kind.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PluginKind(KubernetesClusterPlugin):
conformance testing purpose with the use of Kind
"""
def __init__(self, config_file=None):
logger.info(f"Init PluginKind")
logger.info("Init PluginKind")
self.config = config_file
logger.debug(self.config)
self.working_directory = os.getcwd()
Expand Down

0 comments on commit 2301ba3

Please sign in to comment.