Skip to content

Commit 426a5ed

Browse files
committed
Run ruff-format
1 parent ee7d1aa commit 426a5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/ndarray_like.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Any, Dict, Optional, Protocol, Tuple, Type, runtime_checkable
22

33

4-
class _CachedProtocolMeta(Protocol.__class__): # type: ignore[name-defined]
4+
class _CachedProtocolMeta(Protocol.__class__): # type: ignore[name-defined]
55
"""Custom implementation of @runtime_checkable
66
77
The native implementation of @runtime_checkable is slow,

0 commit comments

Comments
 (0)