with flake8 code review

This commit is contained in:
Jean-Baptiste LE STANG 2018-01-02 12:18:26 +01:00
parent 52e267e864
commit a3e827c144

View File

@ -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
}] }]