Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 4, 2023
1 parent c56fbb4 commit 6473da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from pygeoif.functions import compare_geo_interface
from pygeoif.functions import convex_hull
from pygeoif.functions import dedupe
from pygeoif.functions import signed_area
from pygeoif.functions import is_coordinate
from pygeoif.functions import signed_area


def circle_ish(x, y, r, steps):
Expand Down Expand Up @@ -462,7 +462,7 @@ def test_is_coordinate() -> None:

def test_is_coordinate_neq_composite_coords() -> None:
assert is_coordinate([(1, 2)]) is False
assert is_coordinate(((1, 2), )) is False
assert is_coordinate(((1, 2),)) is False


def test_is_coordinate_neq_primitive() -> None:
Expand Down

0 comments on commit 6473da9

Please sign in to comment.