mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 00:35:03 -04:00
Update mypy configuration: no_implicit_optional = True
(#9742)
This commit is contained in:
parent
4609e58970
commit
e2b8a90897
10 changed files with 21 additions and 11 deletions
|
@ -548,7 +548,7 @@ class Notifier:
|
|||
pagination_config: PaginationConfig,
|
||||
timeout: int,
|
||||
is_guest: bool = False,
|
||||
explicit_room_id: str = None,
|
||||
explicit_room_id: Optional[str] = None,
|
||||
) -> EventStreamResult:
|
||||
"""For the given user and rooms, return any new events for them. If
|
||||
there are no new events wait for up to `timeout` milliseconds for any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue