From d0d3245d48618b8ab640cb7c5c3e1c2308c01dc5 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 15 Sep 2016 17:19:53 +0200 Subject: [PATCH] Remove extra blank line --- tests/unit/commands/test_cmdutils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/commands/test_cmdutils.py b/tests/unit/commands/test_cmdutils.py index f672a6768..28e7d5fed 100644 --- a/tests/unit/commands/test_cmdutils.py +++ b/tests/unit/commands/test_cmdutils.py @@ -362,7 +362,6 @@ class TestRegister: "default!") assert str(excinfo.value) == expected - def test_typed_keyword_only_without_default(self): # https://github.com/The-Compiler/qutebrowser/issues/1872 def fun(*, target: int):