mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
style: Format benchmark code with black
This commit is contained in:
parent
94e4169445
commit
5af108ccee
1 changed files with 4 additions and 1 deletions
|
@ -410,7 +410,10 @@ def show_diffs(dirnames):
|
||||||
|
|
||||||
def load_results(dirname):
|
def load_results(dirname):
|
||||||
dirname = Path(dirname)
|
dirname = Path(dirname)
|
||||||
all_results = [json.loads(fname.read_text()) for fname in dirname.glob("*/exercises/practice/*/.aider.results.json")]
|
all_results = [
|
||||||
|
json.loads(fname.read_text())
|
||||||
|
for fname in dirname.glob("*/exercises/practice/*/.aider.results.json")
|
||||||
|
]
|
||||||
return all_results
|
return all_results
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue