fmt-fix
All checks were successful
Deploy on push / deploy (push) Successful in 10m37s

This commit is contained in:
2025-08-31 20:03:44 +03:00
parent d65f8f9fa7
commit 2660ad5cb3

View File

@@ -368,8 +368,7 @@ async def get_authors_with_stats(
).label("total_replies"), ).label("total_replies"),
) )
.select_from( .select_from(
replies_to_comments_subq replies_to_comments_subq.outerjoin(
.outerjoin(
comments_on_posts_subq, comments_on_posts_subq,
replies_to_comments_subq.c.author_id == comments_on_posts_subq.c.author_id, replies_to_comments_subq.c.author_id == comments_on_posts_subq.c.author_id,
) )