load_shouts_unrated-fix
All checks were successful
Deploy on push / deploy (push) Successful in 1m9s

This commit is contained in:
2024-06-06 11:13:54 +03:00
parent 626e899ca3
commit 543b2e6b4d
4 changed files with 7 additions and 9 deletions

View File

@@ -10,10 +10,10 @@ from services.auth import login_required
from services.cache import (
cache_author,
get_cached_author,
get_cached_author_by_user_id,
get_cached_author_followers,
get_cached_follower_authors,
get_cached_follower_topics,
get_cached_author_by_user_id
)
from services.db import local_session
from services.logger import root_logger as logger