Adjust blank lines to match Code Style Guide (see #103)

This commit is contained in:
coderkun 2024-05-26 18:29:10 +02:00
commit d2e1f6f5d8
14 changed files with 14 additions and 413 deletions

View file

@ -3,7 +3,6 @@ import sys
from .application import Application
def main(version):
app = Application()
return app.run(sys.argv)