Skip to content

Commit ded11ea

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent b9ded7f commit ded11ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

discord/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
from .message import Message
9090
from .poll import Poll
9191
from .soundboard import SoundboardSound
92-
from .ui.item import Item, ViewItem
9392
from .threads import Thread, ThreadMember
93+
from .ui.item import Item, ViewItem
9494
from .voice_client import VoiceProtocol
9595

9696
__all__ = ("Client",)

discord/ui/view.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
import time
3232
from functools import partial
3333
from itertools import groupby
34-
from typing_extensions import Self
3534
from typing import (
3635
TYPE_CHECKING,
3736
Any,
38-
Callable,
3937
ClassVar,
4038
Iterator,
4139
Sequence,
4240
TypeVar,
4341
)
4442

43+
from typing_extensions import Self
44+
4545
from ..components import ActionRow as ActionRowComponent
4646
from ..components import Button as ButtonComponent
4747
from ..components import Component

0 commit comments

Comments
 (0)