style: format code for better readability

This commit is contained in:
Paul Gauthier (aider) 2024-08-13 09:19:58 -07:00
parent d0ab70eba0
commit 4d9f091802

View file

@ -677,8 +677,14 @@ def sanity_check_model(io, model):
io.tool_error(f"- {key}")
if platform.system() == "Windows":
io.tool_output("\nNote for Windows users: If you've just set these environment variables using 'setx',")
io.tool_output("you may need to restart your terminal or command prompt for the changes to take effect.")
io.tool_output(
"\nNote for Windows users: If you've just set these environment variables using"
" 'setx',"
)
io.tool_output(
"you may need to restart your terminal or command prompt for the changes to take"
" effect."
)
elif not model.keys_in_environment:
show = True
io.tool_output(f"Model {model}: Unknown which environment variables are required.")