Skip to content

Commit 14a6af1

Browse files
committed
remove unnecessary grouping in order func
1 parent 9744234 commit 14a6af1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hyperliquid/exchange.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def order(
9494
reduce_only: bool = False,
9595
cloid: Optional[Cloid] = None,
9696
builder: Optional[BuilderInfo] = None,
97-
grouping: Grouping = "na",
9897
) -> Any:
9998
order: OrderRequest = {
10099
"coin": name,

0 commit comments

Comments
 (0)