mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
fix PEP8 "E303 too many blank lines (2)"
This commit is contained in:
parent
69989d4758
commit
16dc3b27d6
3 changed files with 0 additions and 4 deletions
|
@ -354,7 +354,6 @@ def main():
|
|||
common.getappname(app), version))
|
||||
return
|
||||
|
||||
|
||||
for app in apps:
|
||||
|
||||
if options.autoonly and app['Auto Update Mode'] in ('None', 'Static'):
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -840,7 +840,6 @@ def make_index(apps, apks, repodir, archive, categories):
|
|||
f.close()
|
||||
|
||||
|
||||
|
||||
def archive_old_apks(apps, apks, archapks, repodir, archivedir, defaultkeepversions):
|
||||
|
||||
for app in apps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue