From e482541e1d77cb179dafa44037ee1e04003501ab Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Wed, 18 Feb 2015 10:44:22 +0000
Subject: [PATCH] Fix pyflakes

---
 synapse/federation/transaction_queue.py | 1 -
 1 file changed, 1 deletion(-)

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
             )
-- 
GitLab