Fix lint
This commit is contained in:
parent
53e7d13c2d
commit
15fecc962d
@ -249,7 +249,6 @@ def test_failing_unwatch(qtbot, caplog, monkeypatch):
|
|||||||
assert caplog.records[-1].msg == message
|
assert caplog.records[-1].msg == message
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('text, caret_position, result', [
|
@pytest.mark.parametrize('text, caret_position, result', [
|
||||||
('', 0, (1, 1)),
|
('', 0, (1, 1)),
|
||||||
('a', 0, (1, 1)),
|
('a', 0, (1, 1)),
|
||||||
|
Loading…
Reference in New Issue
Block a user