Browse Source

fix: linting

pull/10166/head
DA344 1 week ago
committed by GitHub
parent
commit
c9e0f35453
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/ui/view.py

2
discord/ui/view.py

@ -69,7 +69,7 @@ from ..components import (
ThumbnailComponent,
SelectOption,
)
from ..utils import MISSING, get as _utils_get, _get_as_snowflake
from ..utils import get as _utils_get, _get_as_snowflake
from ..enums import SeparatorSize, TextStyle, try_enum, ButtonStyle
from ..emoji import PartialEmoji

Loading…
Cancel
Save