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