Skip to content

Commit

Permalink
🎨 Format Python code with psf/black
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Sep 19, 2024
1 parent ef2a445 commit c788770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dacapo/experiments/datasplits/datasets/arrays/zarr_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ def roi(self) -> Roi:
"""
if self.snap_to_grid is not None:
return self._daisy_array.roi.snap_to_grid(
np.lcm(self.voxel_size, self.snap_to_grid), mode="shrink"
)
np.lcm(self.voxel_size, self.snap_to_grid), mode="shrink"
)
else:
return self._daisy_array.roi

Expand Down

0 comments on commit c788770

Please sign in to comment.