Skip to content

Commit

Permalink
Make boundary arguments keywords only
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Aug 14, 2023
1 parent e817700 commit bea2050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/geometry.py
Expand Up @@ -1611,7 +1611,7 @@ def _get_geo_boundary_sides(self, vertices_per_side=None):
]
return lon_sides, lat_sides

def boundary(self, vertices_per_side=None, force_clockwise=False, frequency=None):
def boundary(self, *, vertices_per_side=None, force_clockwise=False, frequency=None):
"""Retrieve the AreaBoundary object.
Parameters
Expand Down

0 comments on commit bea2050

Please sign in to comment.