mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
style: Fix linter issues in base_coder.py
This commit is contained in:
parent
7e8d6a23fc
commit
c578d477f1
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ class Coder:
|
|||
rel_fname = self.get_rel_fname(fname)
|
||||
image_messages += [
|
||||
{"type": "text", "text": f"Image file: {rel_fname}"},
|
||||
{"type": "image_url", "image_url": {"url": image_url, "detail": "high"}}
|
||||
{"type": "image_url", "image_url": {"url": image_url, "detail": "high"}},
|
||||
]
|
||||
|
||||
if not image_messages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue