mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
Fix pyflakes
This commit is contained in:
parent
0db52d43fa
commit
e482541e1d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue