From 789f118c98e95e78041c73bdf86ad53367aeddf5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 9 Jun 2015 00:54:54 -0700 Subject: [PATCH] whitespace change. --- vcr/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcr/patch.py b/vcr/patch.py index a0d6cc8..1d9edb5 100644 --- a/vcr/patch.py +++ b/vcr/patch.py @@ -206,7 +206,7 @@ class CassettePatcherBuilder(object): else: from .stubs.boto_stubs import VCRCertValidatingHTTPSConnection yield cpool, 'CertValidatingHTTPSConnection', VCRCertValidatingHTTPSConnection - + def _urllib3_patchers(self, cpool, stubs): http_connection_remover = ConnectionRemover( self._get_cassette_subclass(stubs.VCRRequestsHTTPConnection)