Skip to content

Commit ad5f323

Browse files
Fix small bug in examples/websocket/auth/wallets.py.
1 parent 03a03c6 commit ad5f323

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/websocket/auth/wallets.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
import os
44

5+
from typing import List
6+
57
from bfxapi import Client
68
from bfxapi.enums import Error
7-
from bfxapi.types import List, Wallet
9+
from bfxapi.types import Wallet
810

911
bfx = Client(
1012
api_key=os.getenv("BFX_API_KEY"),

0 commit comments

Comments
 (0)