Skip to content

Commit c4a9478

Browse files
committed
Remove abstractmethod decorator
1 parent e8bb760 commit c4a9478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/blosc2/proxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ def dtype(self) -> np.dtype:
538538
return self._dtype
539539

540540
@property
541-
@abstractmethod
542541
def shape(self) -> tuple[int]:
543542
"""
544543
Get the shape of the :ref:`ProxyNDField`.

0 commit comments

Comments
 (0)