Revert "Work around flake8-string-format bug"
This reverts commit 6c4beef783
.
This commit is contained in:
parent
1e55db0630
commit
b97736b117
@ -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>'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user