Skip to content

Commit

Permalink
remove default value
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitShe committed Oct 24, 2023
1 parent fe79e35 commit 8187f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fireblocks_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def get_exchange_accounts(self):

return self._get_request("/v1/exchange_accounts")

def get_exchange_accounts_paged(self, paged_exchange_accounts_request_filters: PagedExchangeAccountRequestFilters=PagedExchangeAccountRequestFilters()):
def get_exchange_accounts_paged(self, paged_exchange_accounts_request_filters: PagedExchangeAccountRequestFilters):
"""Gets a page of vault accounts for your tenant according to filters given
Args:
Expand Down

0 comments on commit 8187f76

Please sign in to comment.