mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 14:34:47 -04:00
Remove unnecessary parentheses around tuples returned from methods (#10889)
This commit is contained in:
parent
26f2bfedbf
commit
aa2c027792
22 changed files with 33 additions and 32 deletions
|
@ -1179,4 +1179,4 @@ def _child_events_comparison_key(
|
|||
order = None
|
||||
|
||||
# Items without an order come last.
|
||||
return (order is None, order, child.origin_server_ts, child.room_id)
|
||||
return order is None, order, child.origin_server_ts, child.room_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue