Skip to content

Commit

Permalink
attempt 2 at fixing typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMWhitehead authored and philipbaileynar committed Feb 3, 2024
1 parent 2a8ce09 commit 813f704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vbet/vbet/vbet_raster_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def raster_remove_zone(raster: Path, remove_raster: Path, output_raster: Path):
return


def get_endpoints_on_raster(raster: Path, geom_line: List[ogr.Geometry()], dist):
def get_endpoints_on_raster(raster: Path, geom_line: list, dist):
"""return a list of endpoints for a linestring or multilinestring
Args:
Expand Down

0 comments on commit 813f704

Please sign in to comment.