diff options
author | Chayim I. Kirshen <c@kirshen.com> | 2022-12-01 12:47:04 +0200 |
---|---|---|
committer | Chayim I. Kirshen <c@kirshen.com> | 2022-12-01 12:47:04 +0200 |
commit | 9c0165802fddb6922c12e70ad3a3d21308ddc9fe (patch) | |
tree | 8129393134ba275973b46ef108a16a5d1716f248 /benchmarks/socket_read_size.py | |
parent | d5ea1a85a8dd82fe76d007458dd6798625c7bfac (diff) | |
download | redis-py-ck-parseprep.tar.gz |
isortck-parseprep
Diffstat (limited to 'benchmarks/socket_read_size.py')
-rw-r--r-- | benchmarks/socket_read_size.py | 2 |
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): |