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 f2aaab6227..df194f8439 100644
--- a/synapse/rest/client/transactions.py
+++ b/synapse/rest/client/transactions.py
@@ -116,7 +116,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)
+            deferred.addErrback(remove_from_map)  # type: ignore[unused-awaitable]
 
         return make_deferred_yieldable(observable.observe())