Skip to content

Commit 1a96b52

Browse files
committed
type ignore
1 parent f0f58be commit 1a96b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binance/ws/websocket_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import asyncio
33
import json
44

5-
from websockets.client import WebSocketClientProtocol
5+
from websockets import WebSocketClientProtocol # type: ignore
66

77
from .constants import WSListenerState
88
from .reconnecting_websocket import ReconnectingWebsocket

0 commit comments

Comments
 (0)