Skip to content

Commit e146cab

Browse files
authored
Merge pull request sammchardy#638 from adanikel/bugfix/indentation_error
Bugfix/indentation error
2 parents 3f3cc65 + f7420ba commit e146cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binance/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3833,7 +3833,7 @@ def create_sub_account_transfer(self, **params):
38333833
"""
38343834
return self._request_withdraw_api('post', 'sub-account/transfer.html', True, data=params)
38353835

3836-
def get_sub_account_futures_transfer_history(self, **params):
3836+
def get_sub_account_futures_transfer_history(self, **params):
38373837
"""Query Sub-account Futures Transfer History.
38383838
38393839
https://binance-docs.github.io/apidocs/spot/en/#query-sub-account-futures-asset-transfer-history-for-master-account

0 commit comments

Comments
 (0)