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 4bf8a7e commit 2911be8Copy full SHA for 2911be8
src/zarr/core/dtype/wrapper.py
@@ -57,7 +57,7 @@
57
58
59
@dataclass(frozen=True, kw_only=True, slots=True)
60
-class ZDType(Generic[TDType_co, TScalar_co], ABC):
+class ZDType(ABC, Generic[TDType_co, TScalar_co]):
61
"""
62
Abstract base class for wrapping native array data types, e.g. numpy dtypes
63
0 commit comments