Skip to content

Commit 3209ed5

Browse files
committed
remove comment
1 parent 3014eb6 commit 3209ed5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mdio/segy/blocked_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def to_zarr( # noqa: PLR0913, PLR0915
9898
num_workers = min(num_chunks, num_cpus)
9999
context = mp.get_context("spawn")
100100
executor = ProcessPoolExecutor(max_workers=num_workers, mp_context=context)
101-
# return executor
102101

103102
segy_kw = {
104103
"url": segy_file.fs.unstrip_protocol(segy_file.url),

0 commit comments

Comments
 (0)