summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-02-17 18:53:47 +0100
committerFlorian Bruhin <me@the-compiler.org>2019-02-17 18:53:47 +0100
commita2c79084143644ad1efb783a7991ef870cbb49f3 (patch)
treecb8d1ba13ca4ef0096a52a239f19eb499b81827b
parent04764b9c39ef082784c7d5ca4457b4647deff7f8 (diff)
downloadqutebrowser-a2c79084143644ad1efb783a7991ef870cbb49f3.tar.gz
qutebrowser-a2c79084143644ad1efb783a7991ef870cbb49f3.zip
Remove unused import
-rw-r--r--tests/end2end/features/test_qutescheme_bdd.py2
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>.
-import re
-
import pytest_bdd as bdd
from qutebrowser.utils import qtutils