From b97736b1179c7e63ee9b5b2ae45c5b4a721f54f2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 29 May 2016 14:17:32 +0200 Subject: [PATCH] Revert "Work around flake8-string-format bug" This reverts commit 6c4beef7837373b38f019a8869c6d617a6dcd90d. --- tests/unit/misc/test_keyhints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/misc/test_keyhints.py b/tests/unit/misc/test_keyhints.py index 4718547a2..0f6ba8229 100644 --- a/tests/unit/misc/test_keyhints.py +++ b/tests/unit/misc/test_keyhints.py @@ -38,7 +38,7 @@ def expected_text(*args): "{}" "{}" "{}" - "").format(group[0], group[1], group[2], group[3]) + "").format(*group) return text + ''