mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix Flake8 warning
This commit is contained in:
parent
d85b56a2bd
commit
25ab08f422
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user