From a948717350ab77d0edc315ab3f248aeb0a4d7a19 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:26:42 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_feature.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_feature.py b/tests/test_feature.py index e092417..8f63dd4 100644 --- a/tests/test_feature.py +++ b/tests/test_feature.py @@ -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,