Skip to content

Commit

Permalink
import issues
Browse files Browse the repository at this point in the history
Signed-off-by: ahmedsobeh <ahmed.sobeh@aiven.io>
  • Loading branch information
ahmedsobeh committed Jun 28, 2024
1 parent 8b8647f commit 39fcc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkey/_parsers/url_parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from urllib.parse import ParseResult, parse_qs, unquote, urlparse
from valkey.asyncio.connection import ConnectKwargs, UnixDomainSocketConnection, SSLConnection
from types import MappingProxyType
from typing import (
Callable,
Expand Down Expand Up @@ -33,7 +34,6 @@ def to_bool(value) -> Optional[bool]:


def parse_url(url: str):
from valkey.asyncio.connection import ConnectKwargs, UnixDomainSocketConnection, SSLConnection

parsed: ParseResult = urlparse(url)
kwargs: ConnectKwargs = {}
Expand Down

0 comments on commit 39fcc1c

Please sign in to comment.