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 3267caf commit 4f022f5Copy full SHA for 4f022f5
twitchio/web/__init__.py
@@ -28,7 +28,7 @@
28
29
from ..utils import ColorFormatter
30
from .aio_adapter import AiohttpAdapter as AiohttpAdapter
31
-from .utils import FetchTokenPayload as FetchTokenPayload
+from .utils import BaseAdapter as BaseAdapter, FetchTokenPayload as FetchTokenPayload
32
33
34
handler = logging.StreamHandler()
0 commit comments