Skip to content

Commit 1846af8

Browse files
committed
Ignore unused import
1 parent cc07108 commit 1846af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from . import ( # noqa: F401
3232
authentication as authentication,
3333
eventsub as eventsub,
34-
types_ as types,
34+
types_ as types, # pyright: ignore [reportUnusedImport]
3535
utils as utils,
3636
web as web,
3737
)

0 commit comments

Comments
 (0)