Skip to content

Commit 1ae1c77

Browse files
authored
types ?
1 parent d9c465b commit 1ae1c77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

discord/ui/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
if TYPE_CHECKING:
3939
from typing_extensions import Self
40+
from .view import View
4041

4142

4243
class ItemInterface:

discord/ui/label.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from typing_extensions import Self
1818

1919
from ..emoji import AppEmoji, GuildEmoji
20+
from ..interaction import Interaction
2021
from ..partial_emoji import PartialEmoji, _EmojiTag
2122
from ..types.components import Label as LabelPayload
2223
from .view import View

0 commit comments

Comments
 (0)