Skip to content

Commit 5c0f90f

Browse files
committed
Ruff formatting
1 parent cec7669 commit 5c0f90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twitchio/user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3488,6 +3488,7 @@ async def fetch_stream(self) -> Stream | None:
34883488
"""
34893489
return await anext(self._http.get_streams(user_ids=[self.id], max_results=1), None)
34903490

3491+
34913492
class User(PartialUser):
34923493
"""Represents a User.
34933494

0 commit comments

Comments
 (0)