Fix Flake8 errors after flake update

This commit is contained in:
Matthias
2022-08-01 06:43:59 +02:00
parent b4ded59c63
commit d75e0a9820
5 changed files with 9 additions and 9 deletions

View File

@@ -136,7 +136,7 @@ def test_adjust(mocker, edge_conf):
))
pairs = ['A/B', 'C/D', 'E/F', 'G/H']
assert(edge.adjust(pairs) == ['E/F', 'C/D'])
assert (edge.adjust(pairs) == ['E/F', 'C/D'])
def test_stoploss(mocker, edge_conf):