From a358a7e721bff4c2869a1f31c9e315c19cfb7d28 Mon Sep 17 00:00:00 2001 From: kjaymiller Date: Mon, 5 Aug 2024 17:06:28 -0400 Subject: [PATCH] lints tests Signed-off-by: kjaymiller --- tests/test_commands.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_commands.py b/tests/test_commands.py index 87b59850..ec9ea456 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -25,7 +25,6 @@ assert_resp_response, assert_resp_response_in, assert_resp_response_isclose, - assert_geo_is_close, is_resp2_connection, skip_if_server_version_gte, skip_if_server_version_lt, @@ -3953,7 +3952,9 @@ def test_georadius_store_dist(self, r): @skip_unless_arch_bits(64) @skip_if_server_version_lt("3.2.0") def test_georadiusmember(self, r): - """Checks that r.georadiusbymember can return point, distance, and coordinate data""" + """ + Checks that r.georadiusbymember can return point, distance, and coordinate data + """ values = (2.1909389952632, 41.433791470673, "place1") + ( 2.1873744593677, 41.406342043777,