Browse Source
fix: Colo(u)r being on TYPE_CHECKING block
pull/10166/head
DA344
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/ui/container.py
|
|
@ -47,11 +47,11 @@ from .view import _component_to_item, LayoutView |
|
|
|
from .dynamic import DynamicItem |
|
|
|
from ..enums import ComponentType |
|
|
|
from ..utils import MISSING, get as _utils_get |
|
|
|
from ..colour import Colour, Color |
|
|
|
|
|
|
|
if TYPE_CHECKING: |
|
|
|
from typing_extensions import Self |
|
|
|
|
|
|
|
from ..colour import Colour, Color |
|
|
|
from ..components import Container as ContainerComponent |
|
|
|
from ..interactions import Interaction |
|
|
|
|
|
|
|