summaryrefslogtreecommitdiff
path: root/tests/test_command_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_command_parser.py')
-rw-r--r--tests/test_command_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_command_parser.py b/tests/test_command_parser.py
index 6c3ede9..b2a2268 100644
--- a/tests/test_command_parser.py
+++ b/tests/test_command_parser.py
@@ -1,6 +1,6 @@
import pytest
-from redis.commands import CommandsParser
+from redis.parsers import CommandsParser
from .conftest import skip_if_redis_enterprise, skip_if_server_version_lt