Remove extra blank line

This commit is contained in:
Florian Bruhin 2016-09-15 17:19:53 +02:00
parent 04a891cbf0
commit d0d3245d48

View File

@ -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):