From 162c8b30e64ccd36ab9f22ce93f52a42e2fcbf41 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 23 Nov 2015 14:49:37 +0100 Subject: [PATCH] Remove unused import. --- tests/integration/features/test_set.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/features/test_set.py b/tests/integration/features/test_set.py index bae1822ea..1e6bd0139 100644 --- a/tests/integration/features/test_set.py +++ b/tests/integration/features/test_set.py @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . -import logging - import pytest_bdd as bdd bdd.scenarios('set.feature')