summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/quteprocess.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-03 16:39:42 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-04 18:30:04 +0100
commitbcb8b5dd7097c51e8b4067ab55eed21d62eabcce (patch)
treeb5f680f867fb2a5bac53d0e961e050d7ee5213da /tests/end2end/fixtures/quteprocess.py
parent69972824ed63cc8d30bce1daa9e7657935e7c9fc (diff)
downloadqutebrowser-bcb8b5dd7097c51e8b4067ab55eed21d62eabcce.tar.gz
qutebrowser-bcb8b5dd7097c51e8b4067ab55eed21d62eabcce.zip
old qt: Remove unused imports
Diffstat (limited to 'tests/end2end/fixtures/quteprocess.py')
-rw-r--r--tests/end2end/fixtures/quteprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index 7be9da3ac..7ad739997 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -36,7 +36,7 @@ import pytest
from PyQt5.QtCore import pyqtSignal, QUrl
from qutebrowser.misc import ipc
-from qutebrowser.utils import log, utils, javascript, qtutils
+from qutebrowser.utils import log, utils, javascript
from helpers import utils as testutils
from end2end.fixtures import testprocess