Skip to content

Commit bc9107b

Browse files
committed
Fix pyright error.
1 parent 40a44f2 commit bc9107b

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
@@ -66,7 +66,7 @@ def run_benchmarks(
6666
benchmarks: str,
6767
/,
6868
test_mode: bool = False,
69-
extra_args: Iterable[str] | None = None,
69+
extra_args: list[str] | None = None,
7070
) -> None:
7171
if benchmarks.strip() == "":
7272
benchmarks = "all"

0 commit comments

Comments
 (0)