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 Sep 27, 2024
1 parent e2df2ca commit d622663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def coordinates(draw):
return draw(
lists(
tuples(
floats(min_value=180, max_value=180), floats(min_value=90, max_value=90),
floats(min_value=180, max_value=180),
floats(min_value=90, max_value=90),
),
min_size=3,
max_size=10,
Expand Down

0 comments on commit d622663

Please sign in to comment.