Skip to content

Commit

Permalink
handling new imports of parse_url
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 66691c4 commit 96b2e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
autosectionlabel_maxdepth = 2

# AutodocTypehints settings.
autodoc_typehints = 'description'
autodoc_typehints = "description"
always_document_param_types = True
typehints_defaults = "comma"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_connection_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import pytest
import valkey
from valkey.connection import to_bool
from valkey._parsers.url_parser import to_bool
from valkey.utils import SSL_AVAILABLE

from .conftest import _get_client, skip_if_server_version_lt
Expand Down

0 comments on commit 96b2e48

Please sign in to comment.