diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-03 10:43:29 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-03 10:43:29 +0000 |
commit | 0f48e22ef66ff8a34d4af13c25e20a461c8a8390 (patch) | |
tree | 9d600ceb430cabf813f6137daff03d83ef3dfafc /synapse/federation | |
parent | Return rejected events if asked for it over federation. (diff) | |
download | synapse-0f48e22ef66ff8a34d4af13c25e20a461c8a8390.tar.xz |
PEP8
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/federation_client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index f87e84db73..9ceb66e6f4 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -429,7 +429,6 @@ class FederationClient(object): defer.returnValue(signed_pdus) - @defer.inlineCallbacks def _check_sigs_and_hash(self, pdu): """Throws a SynapseError if the PDU does not have the correct |