We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2aca1 commit 7fa622eCopy full SHA for 7fa622e
src/blosc2/ndarray.py
@@ -4352,7 +4352,7 @@ def __getitem__(
4352
4353
def __setitem__(
4354
self,
4355
- key: None | int | slice | Sequence[slice | int | np.bool_ | np.ndarray[int | np.bool_] | None],
+ key: int | slice | Sequence[slice | int | np.bool_ | np.ndarray[int | np.bool_] | None] | None,
4356
value: object,
4357
):
4358
"""Set a slice of the array.
0 commit comments