Skip to content

Commit

Permalink
Run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 26, 2025
1 parent 823fa0f commit 9e5af82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twitchio/events.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ from typing import TYPE_CHECKING

if TYPE_CHECKING:
import twitchio

from .authentication import UserTokenPayload

async def event_oauth_authorized(payload: UserTokenPayload) -> None:
Expand Down

0 comments on commit 9e5af82

Please sign in to comment.