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 e63f985 commit 0752b51Copy full SHA for 0752b51
twitchio/client.py
@@ -149,7 +149,7 @@ def __init__(
149
msg = "If you require the StarletteAdapter please install the required packages: 'pip install twitchio[starlette]'."
150
logger.warning(msg)
151
152
- adapter: BaseAdapter[Any] | type[BaseAdapter[Any]] | type[AiohttpAdapter[Self]] = options.get( # type: ignore
+ adapter: BaseAdapter[Any] | type[BaseAdapter[Any]] | type[AiohttpAdapter[Self]] = options.get(
153
"adapter", AiohttpAdapter
154
)
155
if isinstance(adapter, BaseAdapter):
0 commit comments