diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-18 10:44:22 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-18 10:44:22 +0000 |
commit | e482541e1d77cb179dafa44037ee1e04003501ab (patch) | |
tree | 0cd75769e09359d662a3d3ececbc1a88289b44b4 /synapse | |
parent | strings.join() expects iterable of strings (diff) | |
download | synapse-e482541e1d77cb179dafa44037ee1e04003501ab.tar.xz |
Fix pyflakes
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/federation/transaction_queue.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/federation/transaction_queue.py b/synapse/federation/transaction_queue.py index a77201ad49..ae04774c76 100644 --- a/synapse/federation/transaction_queue.py +++ b/synapse/federation/transaction_queue.py @@ -266,7 +266,6 @@ class TransactionQueue(object): logger.debug("TX [%s] Sent transaction", destination) logger.debug("TX [%s] Marking as delivered...", destination) - yield self.transaction_actions.delivered( transaction, code, response ) |