diff --git a/tests/end2end/features/test_caret_bdd.py b/tests/end2end/features/test_caret_bdd.py index abd1821d8..ec9506859 100644 --- a/tests/end2end/features/test_caret_bdd.py +++ b/tests/end2end/features/test_caret_bdd.py @@ -19,6 +19,7 @@ import pytest_bdd as bdd +# pylint: disable=unused-import from end2end.features.test_yankpaste_bdd import init_fake_clipboard bdd.scenarios('caret.feature')