Deleting redundant line

This commit is contained in:
Vivek Santayana 2022-08-31 16:40:15 +01:00
parent afbb41f7bd
commit e1bce471fe

View File

@ -1,4 +1,3 @@
from venv import create
from app import create_app
app = create_app()
if __name__ == '__main__': app.run()