Skip to content

Commit

Permalink
Merge pull request #203 from martincollignon/fix/improve-geometry-val…
Browse files Browse the repository at this point in the history
…idation

fix: update geometry validator import in water_projects
  • Loading branch information
martincollignon authored Dec 15, 2024
2 parents 981cb00 + 4c953eb commit 3521f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/sources/parsers/water_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from shapely.geometry.polygon import orient

from ...base import Source
from ..utils.geometry_validator import validate_and_transform_geometries, prepare_geometries
from ..utils.geometry_validator import validate_and_transform_geometries

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 3521f8c

Please sign in to comment.