From 98dc92fe16f529d6862ab540e524785db755ca93 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 24 Nov 2016 08:50:54 +0100 Subject: [PATCH] Remove unused import --- tests/end2end/features/test_completion_bdd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/end2end/features/test_completion_bdd.py b/tests/end2end/features/test_completion_bdd.py index 8927797ca..030a16ffc 100644 --- a/tests/end2end/features/test_completion_bdd.py +++ b/tests/end2end/features/test_completion_bdd.py @@ -17,7 +17,6 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . -import re import pytest_bdd as bdd bdd.scenarios('completion.feature')