Skip to content

Commit 98d2975

Browse files
author
Sam McHardy
committed
flake8
1 parent 6138e57 commit 98d2975

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
@@ -3158,4 +3158,4 @@ def get_sub_account_assets(self, **params):
31583158
:raises: BinanceRequestException, BinanceAPIException
31593159
31603160
"""
3161-
return self._request_withdraw_api('get', 'sub-account/assets.html', True, data=params)
3161+
return self._request_withdraw_api('get', 'sub-account/assets.html', True, data=params)

0 commit comments

Comments
 (0)