Skip to content

Commit

Permalink
chore: autoformat with isort & black
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Oct 23, 2023
1 parent c8b0683 commit 00b9b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koswat/calculations/reinforcement_layers_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import Protocol, runtime_checkable

from shapely.geometry import LineString, Polygon, MultiPolygon
from shapely.geometry import LineString, MultiPolygon, Polygon

from koswat.core.geometries.calc_library import get_polygon_coordinates
from koswat.dike.layers import KoswatLayerProtocol
Expand Down

0 comments on commit 00b9b78

Please sign in to comment.