From 58ac00a7f687f255442637bdb35bbbe317e7b82f Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 26 Apr 2014 21:30:43 -1000 Subject: [PATCH] pep8 --- vcr/patch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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