with flake8 code review
This commit is contained in:
parent
52e267e864
commit
a3e827c144
@ -23,11 +23,11 @@ def whitelist_conf():
|
|||||||
def get_health():
|
def get_health():
|
||||||
return [{'Currency': 'ETH',
|
return [{'Currency': 'ETH',
|
||||||
'IsActive': True,
|
'IsActive': True,
|
||||||
'BaseVolume' : 42
|
'BaseVolume': 42
|
||||||
},
|
},
|
||||||
{'Currency': 'TKN',
|
{'Currency': 'TKN',
|
||||||
'IsActive': True,
|
'IsActive': True,
|
||||||
'BaseVolume' : 1664
|
'BaseVolume': 1664
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user