From 2f2cd5c04a5a1d64408b04d80b5685c301df7dbe Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Sun, 2 Nov 2025 09:02:21 +0100 Subject: [PATCH] remove residual flask imports --- freak/algorithms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freak/algorithms.py b/freak/algorithms.py index a5f3e3f..cba3c0e 100644 --- a/freak/algorithms.py +++ b/freak/algorithms.py @@ -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