0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 18:28:56 +02:00

Revert "Fix subscriptable dict type"

This reverts commit 55b08534a4.
This commit is contained in:
Eric Eastwood 2023-05-15 17:44:26 -05:00
parent 55b08534a4
commit c97198ee14

View file

@ -264,7 +264,7 @@ class StateTestCase(unittest.TestCase):
self.dummy_store.register_events(graph.walk())
context_store: Dict[str, EventContext] = {}
context_store: dict[str, EventContext] = {}
for event in graph.walk():
context = yield defer.ensureDeferred(