mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: Fix formatting in models.py
This commit is contained in:
parent
b51b5cf12d
commit
2e573af1d8
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ def sanity_check_model(io, model):
|
|||
show = True
|
||||
io.tool_error(f"Model {model}: Environment variables status:")
|
||||
for key in model.missing_keys:
|
||||
value = os.environ.get(key, '')
|
||||
value = os.environ.get(key, "")
|
||||
status = "✓ Set" if value else "✗ Not set"
|
||||
io.tool_error(f"- {key}: {status}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue