mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: fix whitespace in benchmark.py
This commit is contained in:
parent
3eed45dc3e
commit
6af71951af
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def find_latest_benchmark_dir():
|
|||
# Find directory with most recently modified .md file
|
||||
latest_dir = None
|
||||
latest_time = 0
|
||||
|
||||
|
||||
for d in recent_dirs:
|
||||
# Look for .md files in subdirectories
|
||||
for md_file in d.glob("*/.*.md"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue