Skip to content

Commit

Permalink
lint (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzhoum authored Aug 8, 2023
1 parent 450eb6b commit 9102d8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/autogluon/bench/runbenchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ def run(
remove_resources: bool = typer.Option(False, help="Remove resources after run."),
wait: bool = typer.Option(False, help="Whether to block and wait for the benchmark to finish, default to False."),
dev_branch: Optional[str] = typer.Option(None, help="Path to a development AutoGluon-Bench branch."),
skip_setup: bool = typer.Option(False, help="Whether to skip setting up framework in local mode, default to False."),
skip_setup: bool = typer.Option(
False, help="Whether to skip setting up framework in local mode, default to False."
),
):
"""Main function that runs the benchmark based on the provided configuration options."""
configs = {}
Expand Down

0 comments on commit 9102d8c

Please # to comment.