Bump the mypy and mypy-zope versions. (#9529)

This commit is contained in:
Patrick Cloke 2021-03-03 07:19:19 -05:00 committed by GitHub
parent 16f9f93eb7
commit 0c330423bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -25,7 +25,7 @@ RoomsForUser = namedtuple(
)
GetRoomsForUserWithStreamOrdering = namedtuple(
"_GetRoomsForUserWithStreamOrdering", ("room_id", "event_pos")
"GetRoomsForUserWithStreamOrdering", ("room_id", "event_pos")
)