]> git.phdru.name Git - mimedecode.git/commitdiff
Cleanup: Fix flake8 E305 expected 2 blank lines after class, found 1
authorOleg Broytman <phd@phdru.name>
Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 15 Oct 2017 15:12:01 +0000 (18:12 +0300)
mimedecode.py

index ee977afb198de98468bb633ced7259dbb0667f3f..0ec5e799fd22ce1ceb6071706729ea8f082b7f8a 100755 (executable)
@@ -566,6 +566,7 @@ class GlobalOptions:
     output_filename = None
     destination_dir = os.curdir
 
+
 g = GlobalOptions