From: Oleg Broytman Date: Sun, 15 Oct 2017 13:26:58 +0000 (+0300) Subject: Cleanup: Fix flake8 E225 missing whitespace around operator X-Git-Tag: 2.8.0~27 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=563d8bfe689ee8f0efab714d57550bb6ccaf323b Cleanup: Fix flake8 E225 missing whitespace around operator --- diff --git a/mimedecode.py b/mimedecode.py index 2fccbcc..36cc340 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -105,7 +105,7 @@ def decode_header_param(msg, header, param): def _get_exceptions(list): - return [x[1:].lower() for x in list[1:] if x[0]=='-'] + return [x[1:].lower() for x in list[1:] if x[0] == '-'] def _decode_headers_params(msg, header, decode_all_params, param_list): if decode_all_params: