From 18b6f7595ec77be7df5b3941abd96b7f3b47a02d Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 10 Oct 2024 17:05:16 +0900 Subject: [PATCH] fix: new line at the end of the file --- datamaxi/datamaxi/orderbook.py | 2 +- datamaxi/datamaxi/wallet_status.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datamaxi/datamaxi/orderbook.py b/datamaxi/datamaxi/orderbook.py index 657ed32..dad8425 100644 --- a/datamaxi/datamaxi/orderbook.py +++ b/datamaxi/datamaxi/orderbook.py @@ -94,4 +94,4 @@ def symbols(self, exchange: str) -> List[str]: } url_path = "/api/v1/orderbook/symbols" - return self.query(url_path, params) \ No newline at end of file + return self.query(url_path, params) diff --git a/datamaxi/datamaxi/wallet_status.py b/datamaxi/datamaxi/wallet_status.py index 5f23132..4cc0397 100644 --- a/datamaxi/datamaxi/wallet_status.py +++ b/datamaxi/datamaxi/wallet_status.py @@ -93,4 +93,4 @@ def assets(self, exchange: str) -> List[str]: } url_path = "/api/v1/wallet-status/assets" - return self.query(url_path, params) \ No newline at end of file + return self.query(url_path, params)