Skip to content

Commit

Permalink
Sorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed Jan 9, 2025
1 parent 28bae89 commit 4c7c5db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions redis/asyncio/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@
TryAgainError,
)
from redis.typing import AnyKeyT, EncodableT, KeyT
from redis.utils import (
deprecated_function,
get_lib_version,
safe_str,
str_if_bytes,
)
from redis.utils import deprecated_function, get_lib_version, safe_str, str_if_bytes

TargetNodesT = TypeVar(
"TargetNodesT", str, "ClusterNode", List["ClusterNode"], Dict[Any, "ClusterNode"]
Expand Down

0 comments on commit 4c7c5db

Please sign in to comment.