Skip to content

Commit

Permalink
Update pygeoif/factories.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
cleder and sourcery-ai[bot] authored Dec 5, 2024
1 parent 2c889df commit 1fbadeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygeoif/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ def box(
if not ccw:
coords.reverse()
return Polygon(coords)

if not ccw:
coords.reverse()

def shape(
context: Union[
Expand Down

0 comments on commit 1fbadeb

Please sign in to comment.