Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit ffc7cd1

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1298818 commit ffc7cd1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/perf/microbenchmarks/reads/test_reads.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ def download_files_using_json_multi_threaded(
238238

239239
@pytest.mark.parametrize(
240240
"workload_params",
241-
all_params["read_seq_multi_coros"] +
242-
all_params["read_rand_multi_coros"],
241+
all_params["read_seq_multi_coros"] + all_params["read_rand_multi_coros"],
243242
indirect=True,
244243
ids=lambda p: p.name,
245244
)

0 commit comments

Comments
 (0)