Skip to content

Commit

Permalink
Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Aug 8, 2024
1 parent 4c1d2c5 commit f725529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/iris/coord_categorisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def add_categorised_coord(
from_coord: iris.coords.Coord | str,
category_function: Callable,
units: str = "1",
category_function_expects_date: bool = False,
) -> None:
"""Add a new coordinate to a cube, by categorising an existing one.
Expand Down

0 comments on commit f725529

Please sign in to comment.