Skip to content

Commit 7233d59

Browse files
committed
🏷️ Fix import ops
1 parent f077141 commit 7233d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from functools import partial
3232
from typing import TYPE_CHECKING, Any, Callable, Generic, Literal, overload
3333

34-
from typing_extensions import TypeVar
34+
from typing_extensions import Self, TypeVar
3535

3636
from ..channel import _threaded_guild_channel_factory
3737
from ..components import SelectDefaultValue, SelectMenu, SelectOption

0 commit comments

Comments
 (0)