mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 09:46:07 -04:00
Upgrade mypy to version 0.931 (#12030)
Upgrade mypy to 0.931, mypy-zope to 0.3.5 and fix new complaints.
This commit is contained in:
parent
eb609c65d0
commit
e6acd3cf4f
9 changed files with 33 additions and 19 deletions
|
@ -654,7 +654,7 @@ class SearchHandler:
|
|||
self.storage, user.to_string(), res.events_after
|
||||
)
|
||||
|
||||
context = {
|
||||
context: JsonDict = {
|
||||
"events_before": events_before,
|
||||
"events_after": events_after,
|
||||
"start": await now_token.copy_and_replace(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue