Skip to content

Commit 6bf7fa1

Browse files
committed
pre-commit fixes
1 parent b8f6354 commit 6bf7fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/zarr/v2/n5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ def compressor_config_to_zarr(compressor_config: Dict[str, Any]) -> Optional[Dic
780780
return zarr_config
781781

782782

783-
class N5ChunkWrapper(Codec): # type: ignore[misc]
783+
class N5ChunkWrapper(Codec): # type: ignore[misc]
784784
codec_id = "n5_wrapper"
785785

786786
def __init__(self, dtype, chunk_shape, compressor_config=None, compressor=None):

src/zarr/v2/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def get_type(self):
444444
return type(self.obj).__name__
445445

446446

447-
class TreeTraversal(Traversal): # type: ignore[misc]
447+
class TreeTraversal(Traversal): # type: ignore[misc]
448448
def get_children(self, node):
449449
return node.get_children()
450450

0 commit comments

Comments
 (0)