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 ee7d1aa commit 426a5edCopy full SHA for 426a5ed
numcodecs/ndarray_like.py
@@ -1,7 +1,7 @@
1
from typing import Any, Dict, Optional, Protocol, Tuple, Type, 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