kitchen sink formatting pass
This commit is contained in:
parent
0e1a01eb75
commit
3c056d3410
14 changed files with 56 additions and 109 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue