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