Skip to content

Commit b2ed0d1

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent e9ac8bc commit b2ed0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/action_row.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from collections.abc import Sequence
44
from functools import partial
5-
from typing import TYPE_CHECKING, ClassVar, Iterator, TypeVar, Literal, overload
5+
from typing import TYPE_CHECKING, ClassVar, Iterator, Literal, TypeVar, overload
66

77
from ..components import ActionRow as ActionRowComponent
88
from ..components import SelectDefaultValue, SelectOption, _component_factory

0 commit comments

Comments
 (0)