Skip to content

Commit

Permalink
fix: new line at the end of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Oct 10, 2024
1 parent 158aa4c commit 18b6f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datamaxi/datamaxi/orderbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ def symbols(self, exchange: str) -> List[str]:
}

url_path = "/api/v1/orderbook/symbols"
return self.query(url_path, params)
return self.query(url_path, params)
2 changes: 1 addition & 1 deletion datamaxi/datamaxi/wallet_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ def assets(self, exchange: str) -> List[str]:
}

url_path = "/api/v1/wallet-status/assets"
return self.query(url_path, params)
return self.query(url_path, params)

0 comments on commit 18b6f75

Please sign in to comment.