Drop unused `assets: dict`

mp_fomo_polish
Tyler Goodlet 2025-04-24 11:34:32 -04:00
parent 17aebf44a9
commit 08488a9098
1 changed files with 0 additions and 1 deletions

View File

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