Skip to content

Commit

Permalink
Run ruff-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jul 14, 2024
1 parent ee7d1aa commit 426a5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numcodecs/ndarray_like.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Any, Dict, Optional, Protocol, Tuple, Type, runtime_checkable


class _CachedProtocolMeta(Protocol.__class__): # type: ignore[name-defined]
class _CachedProtocolMeta(Protocol.__class__): # type: ignore[name-defined]
"""Custom implementation of @runtime_checkable
The native implementation of @runtime_checkable is slow,
Expand Down

0 comments on commit 426a5ed

Please sign in to comment.