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

Commit 6bf0860

Browse files
committed
Merge branch 'time_based_benchmarks' of github.com:googleapis/python-storage into writes_fixes
2 parents 50b8105 + b625507 commit 6bf0860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/perf/microbenchmarks/time_based/reads/test_reads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def test_downloads_multi_proc_multi_coro(
189189
download_bytes_list = []
190190

191191
def target_wrapper(*args, **kwargs):
192-
nonlocal download_bytes_list
193192
download_bytes_list.append(download_files_mp_mc_wrapper(pool, *args, **kwargs))
194193
return
195194

0 commit comments

Comments
 (0)