Fix flake8 W293 and W391

pull/714/head
Andy Melnikov 2023-04-10 18:46:40 +02:00
parent 5a6e565c52
commit d12da33e55
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")