mirror of
https://github.com/matrix-org/synapse.git
synced 2025-06-25 04:36:12 +00:00
Revert "Fix subscriptable dict type"
This reverts commit 55b08534a412f462251753f67308405ca4d02ebe.
This commit is contained in:
parent
55b08534a4
commit
c97198ee14
@ -264,7 +264,7 @@ class StateTestCase(unittest.TestCase):
|
|||||||
|
|
||||||
self.dummy_store.register_events(graph.walk())
|
self.dummy_store.register_events(graph.walk())
|
||||||
|
|
||||||
context_store: Dict[str, EventContext] = {}
|
context_store: dict[str, EventContext] = {}
|
||||||
|
|
||||||
for event in graph.walk():
|
for event in graph.walk():
|
||||||
context = yield defer.ensureDeferred(
|
context = yield defer.ensureDeferred(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user