fix PEP8 "E303 too many blank lines (2)"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 23:42:56 -04:00
parent 69989d4758
commit 16dc3b27d6
3 changed files with 0 additions and 4 deletions

View file

@ -272,7 +272,6 @@ class DescriptionFormatter:
self.ital = not self.ital
txt = txt[2:]
def linkify(self, txt):
linkified_plain = ''
linkified_html = ''
@ -805,7 +804,6 @@ def write_metadata(dest, app):
mf.write('.\n')
mf.write('\n')
if app['Archive Policy']:
writefield('Archive Policy')
writefield('Auto Update Mode')