Skip to content

Commit

Permalink
created url_parser and removed duplication
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 9a59834 commit 2cde990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkey/_parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2cde990

Please sign in to comment.