Skip to content

Commit

Permalink
Fix pyright error.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Feb 9, 2024
1 parent cfcab61 commit 1711922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchio/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from . import __version__
from .exceptions import TwichioHTTPException
from .utils import _from_json
from .utils import _from_json # type: ignore


if TYPE_CHECKING:
Expand Down

0 comments on commit 1711922

Please sign in to comment.