Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed May 24, 2024
1 parent c670cbd commit 31f649d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/zarr/v2/n5.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ def compressor_config_to_zarr(compressor_config: Dict[str, Any]) -> Optional[Dic
return zarr_config


class N5ChunkWrapper(Codec): # type: ignore[misc]
class N5ChunkWrapper(Codec): # type: ignore[misc]
codec_id = "n5_wrapper"

def __init__(self, dtype, chunk_shape, compressor_config=None, compressor=None):
Expand Down
2 changes: 1 addition & 1 deletion src/zarr/v2/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def get_type(self):
return type(self.obj).__name__


class TreeTraversal(Traversal): # type: ignore[misc]
class TreeTraversal(Traversal): # type: ignore[misc]
def get_children(self, node):
return node.get_children()

Expand Down

0 comments on commit 31f649d

Please sign in to comment.