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 625b856 commit 659f181Copy full SHA for 659f181
numcodecs/ndarray_like.py
@@ -1,7 +1,7 @@
1
from typing import Any, Optional, Protocol, runtime_checkable
2
3
4
-class _CachedProtocolMeta(Protocol.__class__): # type: ignore[name-defined]
+class _CachedProtocolMeta(Protocol.__class__): # type: ignore[name-defined]
5
"""Custom implementation of @runtime_checkable
6
7
The native implementation of @runtime_checkable is slow,
0 commit comments