Skip to content

Commit

Permalink
lints tests
Browse files Browse the repository at this point in the history
Signed-off-by: kjaymiller <[email protected]>
  • Loading branch information
kjaymiller committed Aug 5, 2024
1 parent 7e95881 commit a358a7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a358a7e

Please sign in to comment.