mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:26:09 -04:00
Bump the mypy and mypy-zope versions. (#9529)
This commit is contained in:
parent
16f9f93eb7
commit
0c330423bc
4 changed files with 4 additions and 3 deletions
|
@ -25,7 +25,7 @@ RoomsForUser = namedtuple(
|
|||
)
|
||||
|
||||
GetRoomsForUserWithStreamOrdering = namedtuple(
|
||||
"_GetRoomsForUserWithStreamOrdering", ("room_id", "event_pos")
|
||||
"GetRoomsForUserWithStreamOrdering", ("room_id", "event_pos")
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue