Revert "Fix subscriptable dict type"

This reverts commit 55b08534a4.
madlittlemods/15603-fix-literal-type
Eric Eastwood 2023-05-15 17:44:26 -05:00
parent 55b08534a4
commit c97198ee14
1 changed files with 1 additions and 1 deletions

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(