Skip to content

Commit aa1e3bc

Browse files
committed
fixup
1 parent 0ab29d1 commit aa1e3bc

File tree

1 file changed

+0
-3
lines changed
  • src/zarr/core/metadata

1 file changed

+0
-3
lines changed

src/zarr/core/metadata/v3.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,6 @@ def create_pipeline(data: Iterable[Codec | JSON]) -> CodecPipeline:
265265
COMPLEX = np.complex64 | np.complex128
266266

267267

268-
# type[bool] | type[signedinteger[_8Bit]] | type[signedinteger[_16Bit]] | type[signedinteger[_32Bit]] | type[signedinteger[_64Bit]] | type[unsignedinteger[_8Bit]] | type[unsignedinteger[_16Bit]] | type[unsignedinteger[_32Bit]] | type[unsignedinteger[_64Bit]] | type[floating[_16Bit]] | type[floating[_32Bit]] | type[floating[_64Bit]] | type[complexfloating[_32Bit, _32Bit]] | type[complexfloating[_64Bit, _64Bit]]
269-
270-
271268
@overload
272269
def parse_fill_value(fill_value: Any, dtype: BOOL_DTYPE) -> BOOL: ...
273270

0 commit comments

Comments
 (0)