Skip to content

Commit 2094542

Browse files
ci: correct from checks.
1 parent b081928 commit 2094542

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

interactions/models/discord/components.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,10 @@ class StringSelectMenu(BaseSelectMenu):
416416

417417
def __init__(
418418
self,
419-
*options: StringSelectOption | str | discord_typings.SelectMenuOptionData | list[StringSelectOption | str | discord_typings.SelectMenuOptionData],
419+
*options: StringSelectOption
420+
| str
421+
| discord_typings.SelectMenuOptionData
422+
| list[StringSelectOption | str | discord_typings.SelectMenuOptionData],
420423
placeholder: str | None = None,
421424
min_values: int = 1,
422425
max_values: int = 1,

0 commit comments

Comments
 (0)