Skip to content

Commit 372995e

Browse files
authored
show pprint import (#2632)
1 parent d6384f5 commit 372995e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/user-guide/consolidated_metadata.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.. only:: doctest
2-
3-
>>> from pprint import pprint
4-
51
.. _user-guide-consolidated-metadata:
62

73
Consolidated metadata
@@ -48,6 +44,7 @@ that can be used.:
4844

4945
>>> consolidated = zarr.open_group(store=store)
5046
>>> consolidated_metadata = consolidated.metadata.consolidated_metadata.metadata
47+
>>> from pprint import pprint
5148
>>> pprint(dict(sorted(consolidated_metadata.items())))
5249
{'a': ArrayV3Metadata(shape=(1,),
5350
data_type=<DataType.float64: 'float64'>,

0 commit comments

Comments
 (0)