summary refs log tree commit diff
path: root/synapse/rest/client/transactions.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/rest/client/transactions.py')
-rw-r--r--synapse/rest/client/transactions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/transactions.py b/synapse/rest/client/transactions.py

index dbb1f22f19..48f3f144ea 100644 --- a/synapse/rest/client/transactions.py +++ b/synapse/rest/client/transactions.py
@@ -120,7 +120,7 @@ class HttpTransactionCache: # we deliberately do not propagate the error any further, as we # expect the observers to have reported it. - deferred.addErrback(remove_from_map) # type: ignore[unused-awaitable] + deferred.addErrback(remove_from_map) # type: ignore[unused-awaitable] return make_deferred_yieldable(observable.observe())