Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Backport PR #3149: Add GroupNotFound error to API docs
  • Loading branch information
dstansby authored and meeseeksmachine committed Jun 30, 2025
commit b4a835d8cd26e3b39466b4e94c631471fb68e64a
1 change: 1 addition & 0 deletions src/zarr/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ContainsArrayAndGroupError",
"ContainsArrayError",
"ContainsGroupError",
"GroupNotFoundError",
"MetadataValidationError",
"NodeTypeValidationError",
]
Expand Down