mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
PEP8-ify
This commit is contained in:
parent
8beb613916
commit
fd40d992ad
4 changed files with 1 additions and 9 deletions
|
@ -71,7 +71,6 @@ class ApplicationServiceApi(SimpleHttpClient):
|
|||
logger.warning("query_alias to %s threw exception %s", uri, ex)
|
||||
defer.returnValue(False)
|
||||
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def push_bulk(self, service, events):
|
||||
events = self._serialize(events)
|
||||
|
@ -107,4 +106,3 @@ class ApplicationServiceApi(SimpleHttpClient):
|
|||
return [
|
||||
serialize_event(e, time_now, as_client_event=True) for e in events
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue