From 55239a8a47746cca838f558ea4140d2187dfc8db Mon Sep 17 00:00:00 2001 From: Henrique Date: Tue, 12 Nov 2019 22:08:42 -0500 Subject: Forgot to remove the import for shlex --- mitmproxy/command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mitmproxy/command.py b/mitmproxy/command.py index 625e87e5..4fbae533 100644 --- a/mitmproxy/command.py +++ b/mitmproxy/command.py @@ -5,7 +5,6 @@ import inspect import types import io import typing -import shlex import textwrap import functools import sys -- cgit v1.2.3