Skip to content

Commit 6145605

Browse files
Lulalabyplun1331
andauthored
Update discord/threads.py
Co-authored-by: plun1331 <[email protected]> Signed-off-by: Lala Sabathil <[email protected]>
1 parent fecbf54 commit 6145605

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

discord/threads.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@
2828
from typing import TYPE_CHECKING, Callable, Iterable
2929

3030
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
31+
from .enums import (
32+
ChannelType,
33+
ThreadArchiveDuration as ThreadArchiveDurationEnum,
34+
try_enum,
35+
)
3436
from .errors import ClientException
3537
from .flags import ChannelFlags
3638
from .mixins import Hashable

0 commit comments

Comments
 (0)