remove residual flask imports

This commit is contained in:
Yusur 2025-11-02 09:02:21 +01:00
parent 4c86184a3e
commit 2f2cd5c04a

View file

@ -1,6 +1,6 @@
from flask_login import current_user
from quart_auth import current_user
from sqlalchemy import and_, distinct, func, select
from suou import not_implemented