Skip to content

Commit

Permalink
fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
pcriadoperez committed Nov 13, 2024
1 parent 85a4ab0 commit f0f58be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binance/ws/websocket_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import asyncio
import json

from websockets import WebSocketClientProtocol
from websockets.client import WebSocketClientProtocol

from .constants import WSListenerState
from .reconnecting_websocket import ReconnectingWebsocket
Expand Down
2 changes: 1 addition & 1 deletion examples/create_order_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(root)

from binance.client import AsyncClient
from binance import AsyncClient


# create futures order
Expand Down

0 comments on commit f0f58be

Please sign in to comment.