style: Apply linter formatting to benchmark.py

This commit is contained in:
Paul Gauthier (aider) 2025-01-28 09:32:55 -08:00
parent cf2c9c6dc7
commit 823127c87e

View file

@ -157,6 +157,7 @@ def resolve_dirname(dirname, use_single_prior, make_new):
dirname = BENCHMARK_DNAME / dirname dirname = BENCHMARK_DNAME / dirname
return dirname return dirname
@app.command() @app.command()
def main( def main(
dirnames: Optional[List[str]] = typer.Argument(None, help="Directory names"), dirnames: Optional[List[str]] = typer.Argument(None, help="Directory names"),