Skip to content

Commit bd5c404

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

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

discord/channel.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@
3939
InviteTarget,
4040
SortOrder,
4141
StagePrivacyLevel,
42+
)
43+
from .enums import ThreadArchiveDuration as ThreadAutoArchiveDuration
44+
from .enums import (
4245
VideoQualityMode,
4346
VoiceRegion,
4447
try_enum,
4548
)
46-
from .enums import ThreadArchiveDuration as ThreadAutoArchiveDuration
4749
from .errors import ClientException, InvalidArgument
4850
from .file import File
4951
from .flags import ChannelFlags

discord/threads.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
from typing import TYPE_CHECKING, Callable, Iterable
2929

3030
from .abc import Messageable, _purge_messages_helper
31-
from .enums import ChannelType, try_enum
31+
from .enums import ChannelType
3232
from .enums import ThreadArchiveDuration as ThreadAutoArchiveDuration
33+
from .enums import try_enum
3334
from .errors import ClientException
3435
from .flags import ChannelFlags
3536
from .mixins import Hashable

0 commit comments

Comments
 (0)