Skip to content

Commit

Permalink
black reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
dieuska committed Sep 19, 2024
1 parent 7bad951 commit 9d3b2de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions brdr/aligner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,6 @@ def _add_multi_polygons_from_geom_to_array(geom: BaseGeometry, array):
return array



def _calculate_geom_by_intersection_and_reference(
geom_intersection: BaseGeometry,
geom_reference: BaseGeometry,
Expand Down Expand Up @@ -1311,7 +1310,6 @@ def _calculate_geom_by_intersection_and_reference(
return geom, geom_relevant_intersection, geom_relevant_difference



def _get_relevant_polygons_from_geom(geometry: BaseGeometry, buffer_distance: float):
"""
Get only the relevant parts (polygon) from a geometry.
Expand All @@ -1336,7 +1334,6 @@ def _get_relevant_polygons_from_geom(geometry: BaseGeometry, buffer_distance: fl
return make_valid(unary_union(array))



def _equal_geom_in_array(geom, geom_array):
"""
Check if a predicted geometry is equal to other predicted geometries in a list.
Expand Down

0 comments on commit 9d3b2de

Please sign in to comment.