mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -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
|
@ -106,7 +106,7 @@ class StateGroupStore:
|
|||
}
|
||||
|
||||
async def get_state_group_delta(self, name):
|
||||
return (None, None)
|
||||
return None, None
|
||||
|
||||
def register_events(self, events):
|
||||
for e in events:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue