Skip to content

Commit 479cca3

Browse files
Fix example to have correct params (#700)
1 parent 52625ed commit 479cca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rest/raw-list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
trades = cast(
88
HTTPResponse,
9-
client.list_trades("AAA", "2022-04-20", 5, raw=True),
9+
client.list_trades("AAA", "2022-04-20", raw=True),
1010
)
1111
print(trades.data)
1212
# b'{

0 commit comments

Comments
 (0)