Skip to content

Commit

Permalink
Format Python code with psf/black push (#292)
Browse files Browse the repository at this point in the history
There appear to be some python formatting errors in
be630a2. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix
these issues.
  • Loading branch information
rhoadesScholar authored Sep 19, 2024
2 parents ef2a445 + c788770 commit e0a3923
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 e0a3923

Please sign in to comment.