Skip to content

Commit f0fb22d

Browse files
committed
fix: any for builder for lint
1 parent 084e02c commit f0fb22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hyperliquid/utils/signing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def order_request_to_order_wire(order: OrderRequest, asset: int) -> OrderWire:
498498
return order_wire
499499

500500

501-
def order_wires_to_order_action(order_wires: list[OrderWire], builder=None, grouping: Grouping = "na") -> Any:
501+
def order_wires_to_order_action(order_wires: list[OrderWire], builder: Any = None, grouping: Grouping = "na") -> Any:
502502
action = {
503503
"type": "order",
504504
"orders": order_wires,

0 commit comments

Comments
 (0)