summaryrefslogtreecommitdiff
path: root/tests/test_monitor.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-02-12 14:03:01 -0800
committerGitHub <noreply@github.com>2020-02-12 14:03:01 -0800
commitc8de2342d55bdd0cbd450148878d2789d8b4a7cd (patch)
tree45130f7b92c10a7986a89e380773950282eea51e /tests/test_monitor.py
parent7c023d24b3fb3f0610e960d7d177ec0694bd4004 (diff)
downloadredis-py-c8de2342d55bdd0cbd450148878d2789d8b4a7cd.tar.gz
Drop unused variables and imports (#1284)
Diffstat (limited to 'tests/test_monitor.py')
-rw-r--r--tests/test_monitor.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_monitor.py b/tests/test_monitor.py
index fe9e68a..7ef8ecd 100644
--- a/tests/test_monitor.py
+++ b/tests/test_monitor.py
@@ -1,7 +1,6 @@
from __future__ import unicode_literals
from redis._compat import unicode
-from .conftest import (skip_if_server_version_lt, skip_if_server_version_gte,
- skip_unless_arch_bits)
+from .conftest import skip_if_server_version_lt
def wait_for_command(client, monitor, command):