Skip to content

Commit 980ea59

Browse files
committed
run black again
1 parent 9227018 commit 980ea59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ async def fetch_streams(
648648
user_logins: Optional[List[str]] = None,
649649
languages: Optional[List[str]] = None,
650650
token: Optional[str] = None,
651-
type: Literal["all", "live"] = "all"
651+
type: Literal["all", "live"] = "all",
652652
):
653653
"""|coro|
654654

0 commit comments

Comments
 (0)