Skip to content

Commit f23a2e2

Browse files
committed
Fix imports
1 parent 3c44377 commit f23a2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_asyncio/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
assert_resp_response,
2828
is_resp2_connection,
2929
skip_if_redis_enterprise,
30-
skip_ifmodversion_lt,
3130
skip_if_resp_version,
31+
skip_ifmodversion_lt,
3232
)
3333

3434
WILL_PLAY_TEXT = os.path.abspath(

tests/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
assert_resp_response,
3131
is_resp2_connection,
3232
skip_if_redis_enterprise,
33-
skip_ifmodversion_lt,
3433
skip_if_resp_version,
34+
skip_ifmodversion_lt,
3535
)
3636

3737
WILL_PLAY_TEXT = os.path.abspath(

0 commit comments

Comments
 (0)