Drop unused `assets: dict`
parent
35cb538a69
commit
bc72e3d206
|
@ -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={}
|
||||||
|
|
Loading…
Reference in New Issue