From 116a41db55a128a14bb04e7c80b419d3f6253e9c Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 12 Apr 2024 14:51:24 -0700 Subject: [PATCH] linted --- ChatGPT_Bear/assistant.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChatGPT_Bear/assistant.py b/ChatGPT_Bear/assistant.py index 4c778060e..6c7530b4a 100644 --- a/ChatGPT_Bear/assistant.py +++ b/ChatGPT_Bear/assistant.py @@ -53,7 +53,8 @@ API_KEYS_FILE = API_KEYS_FILE.replace("~", user_homedir) def get_config_value(section, key, min_length=None): if not config.has_section(section): - print(f"Please make sure API_KEYS_FILE points to a valid file and has an [{section}] section.") + print("Please make sure API_KEYS_FILE points to " + f"a valid file and has an [{section}] section.") sys.exit(1) if key not in config[section]: print(