Skip to content

Commit

Permalink
handling new imports of parse_url
Browse files Browse the repository at this point in the history
Signed-off-by: ahmedsobeh <[email protected]>
  • Loading branch information
ahmedsobeh committed Jun 28, 2024
1 parent 24283d7 commit 3660fc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions valkey/asyncio/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
_ValkeyCallbacksRESP3,
)
from valkey.asyncio.client import ResponseCallbackT
from valkey.asyncio.connection import (
Connection,
DefaultParser,
SSLConnection,
)
from valkey.asyncio.connection import Connection, DefaultParser, SSLConnection
from valkey.asyncio.lock import Lock
from valkey.asyncio.retry import Retry
from valkey.backoff import default_backoff
Expand Down

0 comments on commit 3660fc5

Please sign in to comment.