From 15fecc962d1c8b5ea88e2692cf473d872cc12cd3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 8 Feb 2018 11:41:58 +0100 Subject: [PATCH] Fix lint --- tests/unit/misc/test_editor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/misc/test_editor.py b/tests/unit/misc/test_editor.py index 38d0808e9..8cf778d89 100644 --- a/tests/unit/misc/test_editor.py +++ b/tests/unit/misc/test_editor.py @@ -249,7 +249,6 @@ def test_failing_unwatch(qtbot, caplog, monkeypatch): assert caplog.records[-1].msg == message - @pytest.mark.parametrize('text, caret_position, result', [ ('', 0, (1, 1)), ('a', 0, (1, 1)),