We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61064d commit d8e3d4fCopy full SHA for d8e3d4f
discord/ui/view.py
@@ -31,7 +31,7 @@
31
import time
32
from functools import partial
33
from itertools import groupby
34
-from typing import TYPE_CHECKING, Any, ClassVar, Iterator, Sequence, TypeVar, Self
+from typing import TYPE_CHECKING, Any, ClassVar, Iterator, Self, Sequence, TypeVar
35
36
from ..components import ActionRow as ActionRowComponent
37
from ..components import Button as ButtonComponent
0 commit comments