mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-03 17:01:50 -04:00
Fix missing import in federation_event
handler. (#13431)
#13404 removed an import of `Optional` which was still needed due to #13413 added more usages.
This commit is contained in:
parent
224d792dd7
commit
f8e7a9418a
2 changed files with 2 additions and 0 deletions
1
changelog.d/13431.misc
Normal file
1
changelog.d/13431.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Refactor `_resolve_state_at_missing_prevs` to compute an `EventContext` instead.
|
|
@ -23,6 +23,7 @@ from typing import (
|
||||||
Dict,
|
Dict,
|
||||||
Iterable,
|
Iterable,
|
||||||
List,
|
List,
|
||||||
|
Optional,
|
||||||
Sequence,
|
Sequence,
|
||||||
Set,
|
Set,
|
||||||
Tuple,
|
Tuple,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue