From 7c6981e5129f5e514a1a6666485e59a9f7c182df Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 2 May 2017 10:41:51 +0200 Subject: [PATCH] Remove unused imports --- tests/end2end/test_invocations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py index 9c1e993cb..d683e9c85 100644 --- a/tests/end2end/test_invocations.py +++ b/tests/end2end/test_invocations.py @@ -29,7 +29,6 @@ import pytest from PyQt5.QtCore import QProcess -from end2end.fixtures import quteprocess, testprocess from qutebrowser.utils import qtutils