Update microblog.py

This commit is contained in:
Brady-Malott 2023-02-26 17:18:35 -05:00 committed by GitHub
parent bf95fbbc8a
commit 7e748d8d5b
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)