mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
pep8
This commit is contained in:
@@ -36,7 +36,8 @@ except ImportError: # pragma: no cover
|
|||||||
try:
|
try:
|
||||||
# Try to save the original types for boto
|
# Try to save the original types for boto
|
||||||
import boto.https_connection
|
import boto.https_connection
|
||||||
_CertValidatingHTTPSConnection = boto.https_connection.CertValidatingHTTPSConnection
|
_CertValidatingHTTPSConnection = \
|
||||||
|
boto.https_connection.CertValidatingHTTPSConnection
|
||||||
except ImportError: # pragma: no cover
|
except ImportError: # pragma: no cover
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user