Skip to content

Commit 5414e5c

Browse files
committed
style(cli): remove spurious f-prefix from plain string in UserConfig.show
1 parent f7c9f3c commit 5414e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fobis/UserConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def show(self) -> str:
103103
"""Return a human-readable summary of effective settings."""
104104
lines = [
105105
f"Config file : {self.path}",
106-
f" [llm]",
106+
" [llm]",
107107
f" backend = {self.llm_backend}",
108108
f" url = {self.llm_url}",
109109
f" model = {self.llm_model}",

0 commit comments

Comments
 (0)