summary refs log tree commit diff
path: root/synapse/federation
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-18 10:44:22 +0000
committerErik Johnston <erik@matrix.org>2015-02-18 10:44:22 +0000
commite482541e1d77cb179dafa44037ee1e04003501ab (patch)
tree0cd75769e09359d662a3d3ececbc1a88289b44b4 /synapse/federation
parentstrings.join() expects iterable of strings (diff)
downloadsynapse-e482541e1d77cb179dafa44037ee1e04003501ab.tar.xz
Fix pyflakes
Diffstat (limited to 'synapse/federation')
-rw-r--r--synapse/federation/transaction_queue.py1
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
             )