Skip to content

Commit 0dc7522

Browse files
authored
typext
1 parent e199c8c commit 0dc7522

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

discord/ui/view.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
import time
3232
from functools import partial
3333
from itertools import groupby
34-
from typing import TYPE_CHECKING, Any, ClassVar, Iterator, Self, Sequence, TypeVar
34+
from typing import TYPE_CHECKING, Any, ClassVar, Iterator, Sequence, TypeVar
35+
36+
from typing_extensions import Self
3537

3638
from ..components import ActionRow as ActionRowComponent
3739
from ..components import Button as ButtonComponent

0 commit comments

Comments
 (0)