Update microblog.py

This commit is contained in:
Brady-Malott 2023-02-26 19:10:20 -05:00 committed by GitHub
parent 81d4760877
commit ec8a1e7895
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)