mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -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
|
@ -502,7 +502,7 @@ class AccountDataStream(Stream):
|
|||
"""Global or per room account data was changed"""
|
||||
|
||||
AccountDataStreamRow = namedtuple(
|
||||
"AccountDataStream",
|
||||
"AccountDataStreamRow",
|
||||
("user_id", "room_id", "data_type"), # str # Optional[str] # str
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue