From 981f5fd09b93a194f2e768697e6d260dfa078ece Mon Sep 17 00:00:00 2001 From: Artur Shaikhullin Date: Sat, 30 Dec 2017 23:20:29 +0600 Subject: [PATCH] Remove unused import --- tests/end2end/features/test_caret_bdd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/end2end/features/test_caret_bdd.py b/tests/end2end/features/test_caret_bdd.py index ee6cda82c..abd1821d8 100644 --- a/tests/end2end/features/test_caret_bdd.py +++ b/tests/end2end/features/test_caret_bdd.py @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . -# pylint: disable=unused-import -import pytest import pytest_bdd as bdd from end2end.features.test_yankpaste_bdd import init_fake_clipboard