Skip to content

Commit 0000764

Browse files
committed
Correct annotations
1 parent a4b3a32 commit 0000764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twitchio/models/hype_train.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class HypeTrainStatus:
191191
The user whose channel the Hype Train is occurring on.
192192
level: int
193193
The current level of the Hype Train.
194-
total: int1
194+
total: int
195195
The total amount contributed to the Hype Train.
196196
progress: int
197197
The number of points contributed to the Hype Train at the current level.
@@ -203,7 +203,7 @@ class HypeTrainStatus:
203203
The time the Hype Train started.
204204
expires_at: datetime.datetime
205205
The time the Hype Train expires.
206-
type: Literal["treasure", "golden_kappa", "regular"]
206+
type: typing.Literal["treasure", "golden_kappa", "regular"]
207207
The type of Hype Train. Can be one of `treasure`, `golden_kappa`, or `regular`.
208208
all_time_high: HypeTrainAllTimeHigh | None
209209
Information about the channel's hype train records.

0 commit comments

Comments
 (0)