Skip to content

Commit

Permalink
mypy fix for #370
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 23, 2024
1 parent 10f348e commit cc5e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgrib/cfmessage.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def from_grib_step_units(message):


def to_grib_step_units(message, step_unit=1, step_unit_key="stepUnits:int"):
# type: (abc.MutableField, int, int, str, str) -> None
# type: (abc.MutableField, int, str) -> None
message[step_unit_key] = step_unit


Expand Down

0 comments on commit cc5e3c4

Please sign in to comment.