Skip to content

Commit c87be51

Browse files
author
zhousheng06
committed
Merge remote-tracking branch 'origin/feature/support_rediscluster_transport' into feature/support_rediscluster_transport
2 parents 033b8a8 + c6fe2fc commit c87be51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kombu/transport/rediscluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
from kombu.utils.compat import register_after_fork
6464
from kombu.utils.encoding import bytes_to_str
6565
from kombu.utils.eventio import ERR, READ
66-
from kombu.utils.json import loads, dumps
66+
from kombu.utils.json import dumps, loads
6767
from kombu.utils.objects import cached_property
6868

6969
from ..utils.scheduling import cycle_by_name

0 commit comments

Comments
 (0)