Skip to content

Commit

Permalink
Remove unused extra load keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Oct 23, 2024
1 parent 2979f5e commit 96ecb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/io/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def _combine_load_cubes(cubes, merge_require_unique=False):
return combine_cubes(cubes, options, merge_require_unique=merge_require_unique)


def load(uris, constraints=None, callback=None, policy=None):
def load(uris, constraints=None, callback=None):
"""Load any number of Cubes for each constraint.
For a full description of the arguments, please see the module
Expand Down

0 comments on commit 96ecb2b

Please sign in to comment.