kitchen sink formatting pass

This commit is contained in:
justcool393 2023-04-02 01:14:40 -05:00 committed by Ben Rog-Wilhelm
parent 0e1a01eb75
commit 3c056d3410
14 changed files with 56 additions and 109 deletions

View file

@ -302,7 +302,6 @@ def get_comment_trees_eager(
query_filter_callable: Callable[[Query], Query],
sort: str="old",
v: Optional[User]=None) -> tuple[list[Comment], defaultdict[Comment, list[Comment]]]:
if v:
votes = g.db.query(CommentVote).filter_by(user_id=v.id).subquery()
blocking = v.blocking.subquery()