mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +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'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue