fmt
Some checks failed
Deploy to core / deploy (push) Has been cancelled

This commit is contained in:
2024-02-02 15:59:22 +03:00
parent 08b69e5d0a
commit 7a3830653e
6 changed files with 14 additions and 6 deletions

View File

@@ -141,7 +141,6 @@ def get_shout_followers(_, _info, slug: str = '', shout_id: int | None = None) -
return followers
def reactions_follow(author_id, shout_id, auto=False):
try:
with local_session() as session: