Skip to content

Commit bfb1e8b

Browse files
committed
Remove (now) unnecessary sort in user guide example
1 parent 6b32887 commit bfb1e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/consolidated_metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ that can be used.:
4545
>>> consolidated = zarr.open_group(store=store)
4646
>>> consolidated_metadata = consolidated.metadata.consolidated_metadata.metadata
4747
>>> from pprint import pprint
48-
>>> pprint(dict(sorted(consolidated_metadata.items())))
48+
>>> pprint(dict(consolidated_metadata.items()))
4949
{'a': ArrayV3Metadata(shape=(1,),
5050
data_type=Float64(endianness='little'),
5151
chunk_grid=RegularChunkGrid(chunk_shape=(1,)),

0 commit comments

Comments
 (0)