Skip to content

Commit e9ac8bc

Browse files
authored
more imports
1 parent e453e01 commit e9ac8bc

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
5+
from typing import TYPE_CHECKING, ClassVar, Iterator, TypeVar, Literal, overload
66

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

0 commit comments

Comments
 (0)