Skip to content

Commit 35ef9a8

Browse files
committed
doc: add docstring
1 parent 5020d13 commit 35ef9a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/zarr/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838

3939

4040
def print_debug_info() -> None:
41+
"""
42+
Print version info for use in bug reports.
43+
"""
4144
import platform
4245
from importlib import import_module
4346

0 commit comments

Comments
 (0)