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 b85345f commit 8b8647f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions valkey/_parsers/url_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def to_bool(value) -> Optional[bool]:
)




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

Expand Down
2 changes: 1 addition & 1 deletion valkey/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from queue import Empty, Full, LifoQueue
from time import time
from typing import Any, Callable, List, Optional, Sequence, Type, Union
from _parsers.url_parser import parse_url
from ._parsers.url_parser import parse_url

from ._cache import (
DEFAULT_ALLOW_LIST,
Expand Down

0 comments on commit 8b8647f

Please sign in to comment.