Skip to content

Commit 6cef7d7

Browse files
d-v-bdstansby
andauthored
Update src/zarr/core/dtype/__init__.py
Co-authored-by: David Stansby <[email protected]>
1 parent f7b5387 commit 6cef7d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/core/dtype/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ def parse_data_type(
221221
NullTerminatedBytes(length=10)
222222
>>> parse_data_type({"name": "numpy.datetime64", "configuration": {"unit": "s", "scale_factor": 10}}, zarr_format=3)
223223
DateTime64(endianness='little', scale_factor=10, unit='s')
224-
>>> parse_data_type("int32", zarr_format=2)
225-
Int32(endianness="little")
226224
"""
227225
return parse_dtype(dtype_spec, zarr_format=zarr_format)
228226

0 commit comments

Comments
 (0)