From 2df4fe305643026c2be5596059122db30e53bd78 Mon Sep 17 00:00:00 2001 From: Vangelis Banos Date: Fri, 2 Mar 2018 11:58:07 +0000 Subject: [PATCH] Remove whitespace --- warcprox/mitmproxy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/warcprox/mitmproxy.py b/warcprox/mitmproxy.py index c1be952..d92e416 100644 --- a/warcprox/mitmproxy.py +++ b/warcprox/mitmproxy.py @@ -65,8 +65,6 @@ import time import collections import cProfile - - class ProxyingRecorder(object): """ Wraps a socket._fileobject, recording the bytes as they are read,