mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 02:55:03 -04:00
Run Black. (#5482)
This commit is contained in:
parent
7dcf984075
commit
32e7c9e7f2
376 changed files with 9142 additions and 10388 deletions
|
@ -38,6 +38,4 @@ class RoomStore(RoomWorkerStore, BaseSlavedStore):
|
|||
if stream_name == "public_rooms":
|
||||
self._public_room_id_gen.advance(token)
|
||||
|
||||
return super(RoomStore, self).process_replication_rows(
|
||||
stream_name, token, rows
|
||||
)
|
||||
return super(RoomStore, self).process_replication_rows(stream_name, token, rows)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue