chore: formatting
This commit is contained in:
parent
3a600ef371
commit
efb18449cc
1 changed files with 3 additions and 4 deletions
|
@ -143,4 +143,3 @@ def get_descendants(server, status):
|
||||||
if reply['account']['id'] == author_id and reply['in_reply_to_account_id'] == author_id:
|
if reply['account']['id'] == author_id and reply['in_reply_to_account_id'] == author_id:
|
||||||
descendants.append(utils.clean_status(reply))
|
descendants.append(utils.clean_status(reply))
|
||||||
return descendants
|
return descendants
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue