Skip to content

Commit 5e0ba3d

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 6eb33ad commit 5e0ba3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

discord/ui/select.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,11 @@ def __init__(
236236
@overload
237237
def __init__(
238238
self,
239-
select_type: Literal[ComponentType.user_select, ComponentType.role_select, ComponentType.mentionable_select],
239+
select_type: Literal[
240+
ComponentType.user_select,
241+
ComponentType.role_select,
242+
ComponentType.mentionable_select,
243+
],
240244
*,
241245
custom_id: str | None = ...,
242246
placeholder: str | None = ...,

0 commit comments

Comments
 (0)