remove residual flask imports
This commit is contained in:
parent
4c86184a3e
commit
2f2cd5c04a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
from flask_login import current_user
|
from quart_auth import current_user
|
||||||
from sqlalchemy import and_, distinct, func, select
|
from sqlalchemy import and_, distinct, func, select
|
||||||
from suou import not_implemented
|
from suou import not_implemented
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue