From 6746cf5f546bedd0486edd23d5253759920e1448 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 14 Feb 2016 14:45:27 +0100 Subject: autoflake --- test/test_console_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_console_help.py') diff --git a/test/test_console_help.py b/test/test_console_help.py index 32d94247..42862af7 100644 --- a/test/test_console_help.py +++ b/test/test_console_help.py @@ -28,7 +28,7 @@ class TestHelp: assert h.helptext() def test_keypress(self): - master = DummyMaster() + DummyMaster() h = help.HelpView([1, 2, 3]) assert not h.keypress((0, 0), "q") assert not h.keypress((0, 0), "?") -- cgit v1.2.3