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 f0f58be commit 1a96b52Copy full SHA for 1a96b52
binance/ws/websocket_api.py
@@ -2,7 +2,7 @@
2
import asyncio
3
import json
4
5
-from websockets.client import WebSocketClientProtocol
+from websockets import WebSocketClientProtocol # type: ignore
6
7
from .constants import WSListenerState
8
from .reconnecting_websocket import ReconnectingWebsocket
0 commit comments