We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecbf54 commit 6145605Copy full SHA for 6145605
discord/threads.py
@@ -28,9 +28,11 @@
28
from typing import TYPE_CHECKING, Callable, Iterable
29
30
from .abc import Messageable, _purge_messages_helper
31
-from .enums import ChannelType
32
-from .enums import ThreadArchiveDuration as ThreadArchiveDurationEnum
33
-from .enums import try_enum
+from .enums import (
+ ChannelType,
+ ThreadArchiveDuration as ThreadArchiveDurationEnum,
34
+ try_enum,
35
+)
36
from .errors import ClientException
37
from .flags import ChannelFlags
38
from .mixins import Hashable
0 commit comments