mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
lint
This commit is contained in:
parent
f8740d57de
commit
a5dd335cd8
@ -96,7 +96,9 @@ class TransportLayerClient(object):
|
|||||||
destination, event_id)
|
destination, event_id)
|
||||||
|
|
||||||
path = _create_v1_path("/event/%s", event_id)
|
path = _create_v1_path("/event/%s", event_id)
|
||||||
return self.client.get_json_with_trailing_slashes_on_404(destination, path=path, timeout=timeout)
|
return self.client.get_json_with_trailing_slashes_on_404(
|
||||||
|
destination, path=path, timeout=timeout,
|
||||||
|
)
|
||||||
|
|
||||||
@log_function
|
@log_function
|
||||||
def backfill(self, destination, room_id, event_tuples, limit):
|
def backfill(self, destination, room_id, event_tuples, limit):
|
||||||
|
Loading…
Reference in New Issue
Block a user