changed current_app import from flask to app remix

This commit is contained in:
Bryan Bailey
2022-04-06 22:48:57 -04:00
parent 5470644e8a
commit b983ce57f9

View File

@@ -1,7 +1,5 @@
import unittest
from app import
from app import create_app, db, current_app