Skip to content

Commit

Permalink
Merge pull request #1123 from ocefpaf/remove_unused_arg
Browse files Browse the repository at this point in the history
Remove unused argument
  • Loading branch information
ocefpaf authored Nov 15, 2024
2 parents aa4ea81 + 37ef414 commit 83c3f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compliance_checker/cfutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,7 @@ def guess_feature_type(nc, variable):
return "reduced-grid"


def units_convertible(units1, units2, reftimeistime=True):
def units_convertible(units1, units2):
"""
Return True if a Unit representing the string units1 can be converted
to a Unit representing the string units2, else False.
Expand Down

0 comments on commit 83c3f0f

Please sign in to comment.