Skip to content

Commit

Permalink
Fix missing import in federation_event handler. (matrix-org#13431)
Browse files Browse the repository at this point in the history
matrix-org#13404 removed an import of `Optional` which was still needed
due to matrix-org#13413 added more usages.
  • Loading branch information
clokep authored and azmeuk committed Aug 8, 2022
1 parent 3d6f5e3 commit ca13fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/13431.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor `_resolve_state_at_missing_prevs` to compute an `EventContext` instead.
1 change: 1 addition & 0 deletions synapse/handlers/federation_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
Dict,
Iterable,
List,
Optional,
Sequence,
Set,
Tuple,
Expand Down

0 comments on commit ca13fb1

Please sign in to comment.