Skip to content
Snippets Groups Projects
Commit e482541e authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix pyflakes

parent 0db52d43
No related branches found
No related tags found
No related merge requests found
...@@ -266,7 +266,6 @@ class TransactionQueue(object): ...@@ -266,7 +266,6 @@ class TransactionQueue(object):
logger.debug("TX [%s] Sent transaction", destination) logger.debug("TX [%s] Sent transaction", destination)
logger.debug("TX [%s] Marking as delivered...", destination) logger.debug("TX [%s] Marking as delivered...", destination)
yield self.transaction_actions.delivered( yield self.transaction_actions.delivered(
transaction, code, response transaction, code, response
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment