Skip to content

Commit a6d3f45

Browse files
committed
Remove duplicate compressor handling
1 parent 4bf8a7e commit a6d3f45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/api/asynchronous.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,8 +1013,6 @@ async def create(
10131013
default_filters, default_compressor = _get_default_chunk_encoding_v2(zdtype)
10141014
if not filters:
10151015
filters = default_filters # type: ignore[assignment]
1016-
if compressor == "auto":
1017-
compressor = default_compressor
10181016

10191017
if synchronizer is not None:
10201018
warnings.warn("synchronizer is not yet implemented", RuntimeWarning, stacklevel=2)

0 commit comments

Comments
 (0)