Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 30, 2024
1 parent d6e7f1b commit 1a63e4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/iris/coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -2107,8 +2107,7 @@ def cell(self, index):
return Cell(point, bound)

def collapsed(self, dims_to_collapse: Optional[Dims] = None) -> "Coord":
"""
Returns a copy of this coordinate, which has been collapsed along the specified dimensions.
"""Returns a copy of this coordinate, which has been collapsed along the specified dimensions.
Replaces the points & bounds with a simple bounded region.
"""
Expand Down

0 comments on commit 1a63e4c

Please sign in to comment.