Merge pull request #714 from nponeccop/pr-W293-W391

Fix flake8 W293 and W391
pull/798/head
Toran Bruce Richards 2023-04-11 12:29:56 +01:00 committed by GitHub
commit 2959bf6f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 8 deletions

View File

@ -92,4 +92,3 @@ class AIConfig:
full_prompt += f"\n\n{data.load_prompt()}"
return full_prompt

View File

@ -415,4 +415,3 @@ while True:
chat.create_chat_message(
"system", "Unable to execute command"))
print_to_console("SYSTEM: ", Fore.YELLOW, "Unable to execute command")