Fix flake8 error

This commit is contained in:
Matthias
2020-03-18 11:42:42 +01:00
parent 0920d6fce4
commit 3e1bef888a
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,6 @@ def test_load_trades(default_conf, mocker):
load_trades("file",
db_url=default_conf.get('db_url'),
exportfilename=default_conf.get('exportfilename'),
no_trades=False
)
assert db_mock.call_count == 0