summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim I. Kirshen <c@kirshen.com>2022-12-01 12:47:04 +0200
committerChayim I. Kirshen <c@kirshen.com>2022-12-01 12:47:04 +0200
commit9c0165802fddb6922c12e70ad3a3d21308ddc9fe (patch)
tree8129393134ba275973b46ef108a16a5d1716f248
parentd5ea1a85a8dd82fe76d007458dd6798625c7bfac (diff)
downloadredis-py-ck-parseprep.tar.gz
-rw-r--r--benchmarks/socket_read_size.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/socket_read_size.py b/benchmarks/socket_read_size.py
index d3d8944..544c733 100644
--- a/benchmarks/socket_read_size.py
+++ b/benchmarks/socket_read_size.py
@@ -1,6 +1,6 @@
from base import Benchmark
-from redis.connection import _HiredisParser, PythonParser
+from redis.connection import PythonParser, _HiredisParser
class SocketReadBenchmark(Benchmark):