mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 10:35:46 +03:00
PEP8
This commit is contained in:
parent
6a191d62ed
commit
adbd720fab
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ class MatrixFederationHttpClient(object):
|
||||||
producer
|
producer
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
return self.clock.time_bound_deferred(
|
return self.clock.time_bound_deferred(
|
||||||
request_deferred,
|
request_deferred,
|
||||||
time_out=timeout/1000. if timeout else 60,
|
time_out=timeout/1000. if timeout else 60,
|
||||||
|
|
Loading…
Reference in a new issue