diff options
Diffstat (limited to 'test/mitmproxy/mastertest.py')
-rw-r--r-- | test/mitmproxy/mastertest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/mitmproxy/mastertest.py b/test/mitmproxy/mastertest.py index cdfb5ad5..0672add9 100644 --- a/test/mitmproxy/mastertest.py +++ b/test/mitmproxy/mastertest.py @@ -10,10 +10,6 @@ from mitmproxy import http from mitmproxy import options -class TestMaster: - pass - - class MasterTest: def cycle(self, master, content): |