mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
parent
55b08534a4
commit
c97198ee14
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user