Skip to content

Commit

Permalink
appease linters
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Jun 2, 2023
1 parent d0e770e commit b22c57a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gpsoauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
# Type annotations for urllib3 will be released with v2.
from urllib3.poolmanager import PoolManager # type: ignore[import]

from . import google

SSL_DEFAULT_CIPHERS = None
if version("urllib3") < "2.0.0a1":
from urllib3.util.ssl_ import DEFAULT_CIPHERS # type: ignore[import]

SSL_DEFAULT_CIPHERS = DEFAULT_CIPHERS

from . import google

__version__ = version(__package__)

Expand Down

0 comments on commit b22c57a

Please # to comment.