summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_prompts_bdd.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-11-10 13:59:06 +0100
committerFlorian Bruhin <git@the-compiler.org>2016-11-10 22:45:27 +0100
commit8f55725555b9d97cbf189d35eb18a93f4b615597 (patch)
tree09d3a42560e937dccf0b7697e2b8d2135ac133e9 /tests/end2end/features/test_prompts_bdd.py
parent8a4ca25b8d20c614f667cf181527b9c2c0fd6345 (diff)
downloadqutebrowser-8f55725555b9d97cbf189d35eb18a93f4b615597.tar.gz
qutebrowser-8f55725555b9d97cbf189d35eb18a93f4b615597.zip
Fix lint
Diffstat (limited to 'tests/end2end/features/test_prompts_bdd.py')
-rw-r--r--tests/end2end/features/test_prompts_bdd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end2end/features/test_prompts_bdd.py b/tests/end2end/features/test_prompts_bdd.py
index 6fe1c3e69..83e03f721 100644
--- a/tests/end2end/features/test_prompts_bdd.py
+++ b/tests/end2end/features/test_prompts_bdd.py
@@ -17,7 +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 pytest
import pytest_bdd as bdd
bdd.scenarios('prompts.feature')