Skip to content

Commit

Permalink
remove unused argumente
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 14, 2024
1 parent aa4ea81 commit 37ef414
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 37ef414

Please sign in to comment.