Drop unused `assets: dict`

decimal_prices_thru_ems
Tyler Goodlet 2025-04-24 11:34:32 -04:00
parent 35cb538a69
commit bc72e3d206
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ class Client:
''' '''
Return the set of currencies for deribit. Return the set of currencies for deribit.
''' '''
assets = {}
resp = await self._json_rpc_auth_wrapper( resp = await self._json_rpc_auth_wrapper(
'public/get_currencies', 'public/get_currencies',
params={} params={}