mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
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