Skip to content

Commit c2de06b

Browse files
authored
Merge pull request #4 from smypmsa/feat/query-spot-deploy-state
style: format info.py with black
2 parents fd23cad + cdb7b3f commit c2de06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperliquid/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def query_user_to_multi_sig_signers(self, multi_sig_user: str) -> Any:
614614

615615
def query_perp_deploy_auction_status(self) -> Any:
616616
return self.post("/info", {"type": "perpDeployAuctionStatus"})
617-
617+
618618
def query_spot_deploy_auction_status(self, user: str) -> Any:
619619
return self.post("/info", {"type": "spotDeployState", "user": user})
620620

0 commit comments

Comments
 (0)