Skip to content

Commit a948717

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8f1de59 commit a948717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_feature.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def coordinates(draw):
3232
return draw(
3333
lists(
3434
tuples(
35-
floats(min_value=180, max_value=180), floats(min_value=90, max_value=90),
35+
floats(min_value=180, max_value=180),
36+
floats(min_value=90, max_value=90),
3637
),
3738
min_size=3,
3839
max_size=10,

0 commit comments

Comments
 (0)