Skip to content
Snippets Groups Projects
Commit 3f19bd00d854 authored by Cory Benfield's avatar Cory Benfield
Browse files

Appease our linting overlords.

parent 99c49dd0788a
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
# Attempt to enable urllib3's SNI support, if possible # Attempt to enable urllib3's SNI support, if possible
try: try:
if not 'REQUESTS_DONT_USE_PYOPENSSL' in os.environ: if 'REQUESTS_DONT_USE_PYOPENSSL' not in os.environ:
from urllib3.contrib import pyopenssl from urllib3.contrib import pyopenssl
pyopenssl.inject_into_urllib3() pyopenssl.inject_into_urllib3()
except ImportError: except ImportError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment