ruff: Fix PYI061 Use None rather than Literal[None].

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-19 15:18:36 -07:00
committed by Tim Abbott
parent 0b400a66cc
commit e9abaacd5c
3 changed files with 11 additions and 11 deletions

View File

@@ -903,7 +903,7 @@ class EventStreamUpdateCore(BaseEvent):
type: Literal["stream"]
op: Literal["update"]
property: str
value: bool | int | str | UserGroupMembersDict | Literal[None]
value: bool | int | str | UserGroupMembersDict | None
name: str
stream_id: int