Skip to content

Commit cdb7b3f

Browse files
committed
style: format info.py with black
1 parent 8dfc59d commit cdb7b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hyperliquid/info.py

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

612612
def query_perp_deploy_auction_status(self) -> Any:
613613
return self.post("/info", {"type": "perpDeployAuctionStatus"})
614-
614+
615615
def query_spot_deploy_auction_status(self, user: str) -> Any:
616616
return self.post("/info", {"type": "spotDeployState", "user": user})
617617

0 commit comments

Comments
 (0)