We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc07108 commit 1846af8Copy full SHA for 1846af8
twitchio/__init__.py
@@ -31,7 +31,7 @@
31
from . import ( # noqa: F401
32
authentication as authentication,
33
eventsub as eventsub,
34
- types_ as types,
+ types_ as types, # pyright: ignore [reportUnusedImport]
35
utils as utils,
36
web as web,
37
)
0 commit comments