diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-11 10:28:46 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-11 10:28:46 +0000 |
commit | 05b961d7e3f6c926520c3200ae3031c77cebc212 (patch) | |
tree | ffc019e29ba161e7860b7d080c918415bd585aaa /synapse/http | |
parent | Move time_bound_deferred into Clock (diff) | |
download | synapse-05b961d7e3f6c926520c3200ae3031c77cebc212.tar.xz |
PEP8
Diffstat (limited to 'synapse/http')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index 74e523960f..92f887f778 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -72,7 +72,6 @@ class MatrixFederationHttpClient(object): requests. """ - def __init__(self, hs): self.hs = hs self.signing_key = hs.config.signing_key[0] |