Skip to content

Commit 8a68ed8

Browse files
committed
simplify type in _LikeArgs
1 parent 48e4d03 commit 8a68ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/api/asynchronous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ class _LikeArgs(TypedDict):
130130
chunks: NotRequired[tuple[int, ...]]
131131
dtype: NotRequired[np.dtype[np.generic]]
132132
order: NotRequired[Literal["C", "F"]]
133-
filters: NotRequired[tuple[Numcodec, ...] | None]
134-
compressor: NotRequired[CompressorLike_V2]
133+
filters: NotRequired[tuple[Codec, ...] | None]
134+
compressor: NotRequired[Codec]
135135
codecs: NotRequired[tuple[Codec, ...]]
136136

137137

0 commit comments

Comments
 (0)