From e9fb35b817e9519cb0a8eae4e72f83aa4d765e4f Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 6 Jun 2016 15:02:16 +1200 Subject: Fix lint --- mitmproxy/web/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/web/__init__.py b/mitmproxy/web/__init__.py index cd497ce2..b21c894f 100644 --- a/mitmproxy/web/__init__.py +++ b/mitmproxy/web/__init__.py @@ -1,2 +1,2 @@ from mitmproxy.web import master -__all__ = ["master"] \ No newline at end of file +__all__ = ["master"] -- cgit v1.2.3