Skip to content

Commit 116a41d

Browse files
committed
linted
1 parent ebfdeb7 commit 116a41d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ChatGPT_Bear/assistant.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353

5454
def get_config_value(section, key, min_length=None):
5555
if not config.has_section(section):
56-
print(f"Please make sure API_KEYS_FILE points to a valid file and has an [{section}] section.")
56+
print("Please make sure API_KEYS_FILE points to "
57+
f"a valid file and has an [{section}] section.")
5758
sys.exit(1)
5859
if key not in config[section]:
5960
print(

0 commit comments

Comments
 (0)