Skip to content

Commit

Permalink
fix errant code in write_block
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Oct 28, 2024
1 parent a2c60b5 commit b4f80d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tiled/adapters/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def write(
async def write_block(
self,
data: NDArray[Any],
block: Tuple[int, ...],
axis=0,
) -> None:
"""
Expand Down

0 comments on commit b4f80d7

Please sign in to comment.