diff --git a/valkey/_parsers/__init__.py b/valkey/_parsers/__init__.py index c601be37..585aee0d 100644 --- a/valkey/_parsers/__init__.py +++ b/valkey/_parsers/__init__.py @@ -4,7 +4,7 @@ from .hiredis import _AsyncHiredisParser, _HiredisParser from .resp2 import _AsyncRESP2Parser, _RESP2Parser from .resp3 import _AsyncRESP3Parser, _RESP3Parser -from url_parser import parse_url +from .url_parser import parse_url __all__ = [ "AsyncCommandsParser", "_AsyncHiredisParser",