Revert "Work around flake8-string-format bug"

This reverts commit 6c4beef783.
This commit is contained in:
Florian Bruhin 2016-05-29 14:17:32 +02:00
parent 1e55db0630
commit b97736b117

View File

@ -38,7 +38,7 @@ def expected_text(*args):
"<td>{}</td>"
"<td style='color: {}'>{}</td>"
"<td style='padding-left: 2ex'>{}</td>"
"</tr>").format(group[0], group[1], group[2], group[3])
"</tr>").format(*group)
return text + '</table>'