Skip to content

Commit 882cf25

Browse files
committed
Fix code style issues with Black
1 parent 818c05c commit 882cf25

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

twitchio/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ def colour(self) -> str:
662662
def __repr__(self):
663663
return f"<PredictionOutcome outcome_id={self.outcome_id} title={self.title} channel_points={self.channel_points} color={self.color}>"
664664

665+
665666
class Schedule:
666667

667668
__slots__ = ("segments", "user", "vacation")

twitchio/user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ async def fetch_schedule(
783783

784784
return Schedule(self._http, data)
785785

786+
786787
class BitLeaderboardUser(PartialUser):
787788

788789
__slots__ = "rank", "score"

0 commit comments

Comments
 (0)