Fix missing import in `federation_event` handler. (#13431)
#13404 removed an import of `Optional` which was still needed due to #13413 added more usages.pull/13437/head
parent
224d792dd7
commit
f8e7a9418a
|
@ -0,0 +1 @@
|
|||
Refactor `_resolve_state_at_missing_prevs` to compute an `EventContext` instead.
|
|
@ -23,6 +23,7 @@ from typing import (
|
|||
Dict,
|
||||
Iterable,
|
||||
List,
|
||||
Optional,
|
||||
Sequence,
|
||||
Set,
|
||||
Tuple,
|
||||
|
|
Loading…
Reference in New Issue