mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 04:44:59 +00:00
fix: Remove stray ] causing syntax error
This commit is contained in:
parent
31f8c7d9cb
commit
7dd1346878
1 changed files with 0 additions and 1 deletions
|
@ -417,7 +417,6 @@ def load_results(dirname):
|
||||||
all_results.append(results)
|
all_results.append(results)
|
||||||
except json.JSONDecodeError:
|
except json.JSONDecodeError:
|
||||||
continue
|
continue
|
||||||
]
|
|
||||||
return all_results
|
return all_results
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue