Skip to content

Commit 9144dc1

Browse files
committed
Fix type annotation.
1 parent 8e44d0a commit 9144dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bench_runner/scripts/run_benchmarks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_benchmarks(
6767
benchmarks: str,
6868
/,
6969
test_mode: bool = False,
70-
extra_args: Iterable[str] | None = None,
70+
extra_args: list[str] | None = None,
7171
) -> None:
7272
if benchmarks.strip() == "":
7373
benchmarks = "all"

0 commit comments

Comments
 (0)