Lint: W291 trailing whitespace

This commit is contained in:
2020-11-06 19:44:14 -05:00
parent db9c6eecad
commit fde8ea2fea
10 changed files with 21 additions and 21 deletions

View File

@ -28,7 +28,7 @@ from pvcapid.flaskapi import app, db
migrate = Migrate(app, db)
manager = Manager(app)
manager.add_command('db', MigrateCommand)
manager.add_command('db', MigrateCommand)
if __name__ == '__main__':
manager.run()