Skip to content

Commit

Permalink
Fixup unused parameter name in cfutil get_grid_mapping_variables
Browse files Browse the repository at this point in the history
  • Loading branch information
benjwadams committed May 21, 2024
1 parent 26e5287 commit 84a08ec
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 @@ -766,7 +766,7 @@ def get_flag_variables(nc):
return flag_variables


def get_grid_mapping_variables(nc):
def get_grid_mapping_variables(ds):
"""
Returns a list of grid mapping variables
Expand Down

0 comments on commit 84a08ec

Please sign in to comment.