Skip to content

Commit 35176d5

Browse files
committed
Remove duplicate compressor handling
1 parent 36ca497 commit 35176d5

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
@@ -995,8 +995,6 @@ async def create(
995995
dtype = parse_dtype(dtype, zarr_format)
996996
if not filters:
997997
filters = _default_filters(dtype)
998-
if compressor == "auto":
999-
compressor = _default_compressor(dtype)
1000998

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

0 commit comments

Comments
 (0)