Reformat code with Black code formatter
Unify the code style along PEP and Black principles using the tool.
This commit is contained in:
@ -28,7 +28,7 @@ from pvcapid.models import * # noqa F401,F403
|
||||
migrate = Migrate(app, db)
|
||||
manager = Manager(app)
|
||||
|
||||
manager.add_command('db', MigrateCommand)
|
||||
manager.add_command("db", MigrateCommand)
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
manager.run()
|
||||
|
Reference in New Issue
Block a user