mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Add blank line for readability in benchmark.py
This commit is contained in:
parent
b1d418f7fb
commit
1b4abb747d
1 changed files with 1 additions and 0 deletions
|
@ -809,6 +809,7 @@ def run_test_real(
|
||||||
coder.apply_updates()
|
coder.apply_updates()
|
||||||
else:
|
else:
|
||||||
response = coder.run(with_message=instructions, preproc=False)
|
response = coder.run(with_message=instructions, preproc=False)
|
||||||
|
|
||||||
dur += time.time() - start
|
dur += time.time() - start
|
||||||
|
|
||||||
if not no_aider:
|
if not no_aider:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue