From f7420ba569b59d36789f61384fcb075389dfbb47 Mon Sep 17 00:00:00 2001 From: adanikel Date: Sat, 2 Jan 2021 12:18:47 +0200 Subject: [PATCH] indentation error fix --- binance/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binance/client.py b/binance/client.py index 734adeea5..c1a479391 100644 --- a/binance/client.py +++ b/binance/client.py @@ -3833,7 +3833,7 @@ def create_sub_account_transfer(self, **params): """ return self._request_withdraw_api('post', 'sub-account/transfer.html', True, data=params) - def get_sub_account_futures_transfer_history(self, **params): + def get_sub_account_futures_transfer_history(self, **params): """Query Sub-account Futures Transfer History. https://binance-docs.github.io/apidocs/spot/en/#query-sub-account-futures-asset-transfer-history-for-master-account