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 40989c2 commit b85345f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion valkey/_parsers/url_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ def to_bool(value) -> Optional[bool]:
)


def parse_url(url: str) -> ConnectKwargs:


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

parsed: ParseResult = urlparse(url)
Expand Down

0 comments on commit b85345f

Please sign in to comment.