Skip to content

Commit

Permalink
black reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Jan 2, 2025
1 parent dbf7ac2 commit 9db5c85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ def preprocess(self, array: Array) -> Array:
axis_names=array.axis_names,
units=array.units,
)

@property
def upsample(self) -> Coordinate:
return Coordinate(self._upsample)

@property
def downsample(self) -> Coordinate:
return Coordinate(self._downsample)
Expand Down

0 comments on commit 9db5c85

Please sign in to comment.