run pyupgrade

This commit is contained in:
Ronny Pfannschmidt
2018-05-17 23:31:16 +02:00
parent d41119ed04
commit 9aacb4635e
34 changed files with 102 additions and 102 deletions

View File

@@ -375,7 +375,7 @@ class TestApprox(object):
expected = '4.0e-06'
result = testdir.runpytest()
result.stdout.fnmatch_lines([
'*At index 0 diff: 3 != 4 * {0}'.format(expected),
'*At index 0 diff: 3 != 4 * {}'.format(expected),
'=* 1 failed in *=',
])