Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
chillymosh committed Mar 24, 2024
1 parent 3027809 commit 21fe3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from typing import TYPE_CHECKING, Any, Literal

from twitchio.http import HTTPAsyncIterator
from twitchio.models import ExtensionTransaction

from .authentication import ManagedHTTPClient, Scopes
from .models import (
Expand All @@ -40,6 +39,7 @@
CheerEmote,
Clip,
ContentClassificationLabel,
ExtensionTransaction,
Game,
GlobalEmote,
SearchChannel,
Expand Down

0 comments on commit 21fe3aa

Please sign in to comment.