Skip to content

Commit 7266bce

Browse files
committed
Codestyle fixes
1 parent 9a7b52f commit 7266bce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

redis/_parsers/base.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@
99
from async_timeout import timeout as async_timeout
1010

1111
from ..exceptions import (
12+
AskError,
1213
AuthenticationError,
1314
AuthenticationWrongNumberOfArgsError,
1415
BusyLoadingError,
16+
ClusterCrossSlotError,
17+
ClusterDownError,
1518
ConnectionError,
1619
ExecAbortError,
20+
MasterDownError,
1721
ModuleError,
22+
MovedError,
1823
NoPermissionError,
1924
NoScriptError,
2025
OutOfMemoryError,
2126
ReadOnlyError,
2227
RedisError,
23-
ResponseError, AskError, TryAgainError, MovedError, ClusterDownError, ClusterCrossSlotError, MasterDownError,
28+
ResponseError,
29+
TryAgainError,
2430
)
2531
from ..typing import EncodableT
2632
from .encoders import Encoder

0 commit comments

Comments
 (0)