From bcffa674ba9f8cea904737d1c1450cfa98e76a6c Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 25 Jun 2020 17:27:20 +0200 Subject: [PATCH] fix my own linting errors --- mitmproxy/addons/setheaders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/addons/setheaders.py b/mitmproxy/addons/setheaders.py index e74c8abdb..21100459f 100644 --- a/mitmproxy/addons/setheaders.py +++ b/mitmproxy/addons/setheaders.py @@ -16,7 +16,7 @@ def parse_setheader(s): The first character specifies the separator. Example: :foo:bar:~q - + If only two clauses are specified, the pattern is set to match universally (i.e. ".*"). Example: