Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 23, 2025
1 parent 2c57557 commit 8a8a11a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class InMemoryArrayReader:
def __init__(self, source: Union[Path, Literal["array"]], data: NDArray):
self.source: Union[Path, Literal["array"]] = source
# data expected to be in SC(Z)YX shape, reason to use from_array constructor
self._data = data
self._data = data
self.data_shape: Sequence[int] = self._data.shape

def extract_patch(
Expand Down

0 comments on commit 8a8a11a

Please sign in to comment.