This commit is contained in:
Kegan Dougal 2015-02-11 10:41:33 +00:00
parent 8beb613916
commit fd40d992ad
4 changed files with 1 additions and 9 deletions

View file

@ -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
]