mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
ruff: Fix PYI061 Use None
rather than Literal[None]
.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
0b400a66cc
commit
e9abaacd5c
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user