mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
PEP8
This commit is contained in:
parent
aca3193efb
commit
e7febf4fbb
3 changed files with 9 additions and 6 deletions
|
@ -128,7 +128,9 @@ class EventsStore(SQLBaseStore):
|
|||
is_new_state=is_new_state,
|
||||
current_state=current_state,
|
||||
)
|
||||
self._events_stream_cache.room_has_changed(None, event.room_id, stream_ordering)
|
||||
self._events_stream_cache.room_has_changed(
|
||||
None, event.room_id, stream_ordering
|
||||
)
|
||||
except _RollbackButIsFineException:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue