From a2c79084143644ad1efb783a7991ef870cbb49f3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 17 Feb 2019 18:53:47 +0100 Subject: [PATCH] Remove unused import --- tests/end2end/features/test_qutescheme_bdd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/end2end/features/test_qutescheme_bdd.py b/tests/end2end/features/test_qutescheme_bdd.py index 9976d0785..ae66e24d0 100644 --- a/tests/end2end/features/test_qutescheme_bdd.py +++ b/tests/end2end/features/test_qutescheme_bdd.py @@ -17,8 +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 from qutebrowser.utils import qtutils