Skip to content

Commit bcc1a7a

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 148535a commit bcc1a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/ui/select.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from ..threads import Thread
4545
from ..user import User
4646
from ..utils import MISSING
47-
from .item import ItemCallbackType, ViewItem, ModalItem
47+
from .item import ItemCallbackType, ModalItem, ViewItem
4848

4949
__all__ = (
5050
"Select",
@@ -67,8 +67,8 @@
6767
from ..abc import GuildChannel, Snowflake
6868
from ..types.components import SelectMenu as SelectMenuPayload
6969
from ..types.interactions import ComponentInteractionData
70-
from .view import BaseView
7170
from .modal import DesignerModal
71+
from .view import BaseView
7272

7373
ST = TypeVar("ST", bound=Snowflake | str, covariant=True, default=Any)
7474
else:

0 commit comments

Comments
 (0)