summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <olivier@librepush.net>2021-08-25 10:20:21 +0100
committerOlivier Wilkinson (reivilibre) <olivier@librepush.net>2021-08-25 10:20:21 +0100
commit9c0f731604e5340eb2dc5ca8220e76368883e232 (patch)
treec4fa6a4d52f072b5ea0788638d8ec17e3867b53d
parentRemove 'UNKNOWN' type annotation & mypy fixes (diff)
downloadsynapse-9c0f731604e5340eb2dc5ca8220e76368883e232.tar.xz
Quote type annotation for olddeps
-rw-r--r--synapse/storage/databases/state/store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/databases/state/store.py b/synapse/storage/databases/state/store.py
index 688c1a3ca6..1e35a9b564 100644
--- a/synapse/storage/databases/state/store.py
+++ b/synapse/storage/databases/state/store.py
@@ -280,7 +280,7 @@ class StateGroupDataStore(StateBackgroundUpdateStore, SQLBaseStore):
         def try_collect_satisfactory_inflight_requests(
             group: int,
             state_filter: StateFilter,
-            mut_inflight_requests: List[Tuple[int, Deferred[Dict[int, StateMap[str]]]]],
+            mut_inflight_requests: "List[Tuple[int, Deferred[Dict[int, StateMap[str]]]]]",
         ) -> bool:
             """
             Tries to collect existing in-flight requests that would give us all