Update microblog.py

This commit is contained in:
Brady-Malott 2023-02-26 16:25:12 -05:00 committed by GitHub
parent dd52f6dc27
commit eb950de5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
from app import create_app, db, cli
from app.models import User, Post, Message, Notification, Task
print('test')
app = create_app()
cli.register(app)