Fix Flake8 warning

This commit is contained in:
Gerald Lonlas 2018-01-28 15:03:54 -08:00
parent d85b56a2bd
commit 25ab08f422

View File

@ -264,7 +264,7 @@ def test_trim_tickerlist():
def test_file_dump_json():
file = 'freqtrade/tests/testdata/test_{id}.json'.format(id=str(uuid.uuid4()))
data = { 'bar': 'foo'}
data = {'bar': 'foo'}
# check the file we will create does not exist
assert os.path.isfile(file) is False