diff --git a/vcr/patch.py b/vcr/patch.py index abfa311..d46cec0 100644 --- a/vcr/patch.py +++ b/vcr/patch.py @@ -36,7 +36,8 @@ except ImportError: # pragma: no cover try: # Try to save the original types for boto import boto.https_connection - _CertValidatingHTTPSConnection = boto.https_connection.CertValidatingHTTPSConnection + _CertValidatingHTTPSConnection = \ + boto.https_connection.CertValidatingHTTPSConnection except ImportError: # pragma: no cover pass