Skip to content

Commit eb656ca

Browse files
authored
for code linters
1 parent ac01e2c commit eb656ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis/asyncio/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
SSLConnection,
3131
UnixDomainSocketConnection,
3232
)
33+
from redis.asyncio.lock import Lock
34+
from redis.asyncio.retry import Retry
3335
from redis.client import (
3436
EMPTY_RESPONSE,
3537
NEVER_DECODE,
@@ -53,8 +55,6 @@
5355
TimeoutError,
5456
WatchError,
5557
)
56-
from redis.asyncio.lock import Lock
57-
from redis.asyncio.retry import Retry
5858
from redis.typing import ChannelT, EncodableT, KeyT
5959
from redis.utils import safe_str, str_if_bytes
6060

0 commit comments

Comments
 (0)