summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/testprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/fixtures/testprocess.py')
-rw-r--r--tests/end2end/fixtures/testprocess.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/end2end/fixtures/testprocess.py b/tests/end2end/fixtures/testprocess.py
index 822d57b7a..a85f9644d 100644
--- a/tests/end2end/fixtures/testprocess.py
+++ b/tests/end2end/fixtures/testprocess.py
@@ -26,12 +26,11 @@ import dataclasses
import pytest
import pytestqt.wait_signal
-from qutebrowser.qt import test
from helpers import testutils
from qutebrowser.utils import utils as quteutils
-from qutebrowser.qt import core
+from qutebrowser.qt import core, test
class InvalidLine(Exception):