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 65a1116 commit e453e01Copy full SHA for e453e01
discord/ui/label.py
@@ -1,7 +1,7 @@
1
from __future__ import annotations
2
3
from collections.abc import Sequence
4
-from typing import TYPE_CHECKING, Iterator, TypeVar, Literal, overload
+from typing import TYPE_CHECKING, Iterator, Literal, TypeVar, overload
5
6
from ..components import Label as LabelComponent
7
from ..components import SelectDefaultValue, SelectOption, _component_factory
0 commit comments