mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 17:00:27 +03:00
all: make newer pycodestyle happy
Apparently the "two empty lines" rule is now stricter.
This commit is contained in:
parent
8ee13a47e4
commit
82b1d7ad14
18 changed files with 29 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ class CommonTest(unittest.TestCase):
|
|||
p = fdroidserver.common.FDroidPopen(commands, stderr_to_stdout=False)
|
||||
self.assertEqual(p.output, 'stdout message\n')
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = optparse.OptionParser()
|
||||
parser.add_option("-v", "--verbose", action="store_true", default=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue