Skip to content

Commit 1d475ca

Browse files
committed
Fix code style issues with Black
1 parent 82091c6 commit 1d475ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

twitchio/user.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,7 @@ async def create_prediction(
693693
)
694694
return Prediction(self._http, data[0])
695695

696-
async def modify_stream(
697-
self, token: str, game_id: int = None, language: str = None, title: str = None
698-
):
696+
async def modify_stream(self, token: str, game_id: int = None, language: str = None, title: str = None):
699697
"""|coro|
700698
Modify stream information
701699
@@ -718,7 +716,7 @@ async def modify_stream(
718716
title=title,
719717
)
720718

721-
719+
722720
class BitLeaderboardUser(PartialUser):
723721

724722
__slots__ = "rank", "score"

0 commit comments

Comments
 (0)