Skip to content

Commit c8d98dc

Browse files
committed
Fix import
1 parent ebabb08 commit c8d98dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

twitchio/user.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from .assets import Asset
3030
from .exceptions import HTTPException, MessageRejectedError
3131
from .models.ads import AdSchedule, CommercialStart, SnoozeAd
32+
from .models.hype_train import HypeTrainStatus
3233
from .models.raids import Raid
3334
from .utils import Colour, parse_timestamp
3435

@@ -55,7 +56,7 @@
5556
from .models.clips import Clip, CreatedClip
5657
from .models.eventsub_ import ChannelChatMessageEvent, ChatMessageBadge
5758
from .models.goals import Goal
58-
from .models.hype_train import HypeTrainEvent, HypeTrainStatus
59+
from .models.hype_train import HypeTrainEvent
5960
from .models.moderation import (
6061
AutomodCheckMessage,
6162
AutomodSettings,

0 commit comments

Comments
 (0)