From: Oleg Broytman Date: Sun, 15 Oct 2017 13:26:58 +0000 (+0300) Subject: Cleanup: Fix flake8 E305 expected 2 blank lines after class, found 1 X-Git-Tag: 2.8.0~22 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=dbc1b161c526976b322f2fa9a7d2a75e3613485e Cleanup: Fix flake8 E305 expected 2 blank lines after class, found 1 --- diff --git a/mimedecode.py b/mimedecode.py index ee977af..0ec5e79 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -566,6 +566,7 @@ class GlobalOptions: output_filename = None destination_dir = os.curdir + g = GlobalOptions