precommit
All checks were successful
Deploy on push / deploy (push) Successful in 49s

This commit is contained in:
2024-04-08 10:38:58 +03:00
parent df15e63dde
commit c301256751
24 changed files with 92 additions and 188 deletions

View File

@@ -1,7 +1,7 @@
from sqlalchemy import and_, func, case, true, select
from sqlalchemy import and_, case, func, select, true
from sqlalchemy.orm import aliased
from orm.author import AuthorRating, Author
from orm.author import Author, AuthorRating
from orm.reaction import Reaction, ReactionKind
from orm.shout import Shout
from services.auth import login_required