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.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/end2end/fixtures/testprocess.py b/tests/end2end/fixtures/testprocess.py
index 3284d5670..d2d7b895b 100644
--- a/tests/end2end/fixtures/testprocess.py
+++ b/tests/end2end/fixtures/testprocess.py
@@ -19,18 +19,17 @@
"""Base class for a subprocess run for tests."""
+import dataclasses
import re
import time
import warnings
-import dataclasses
import pytest
import pytestqt.wait_signal
from helpers import testutils
-
-from qutebrowser.utils import utils as quteutils
from qutebrowser.qt import QtCore, QtTest
+from qutebrowser.utils import utils as quteutils
class InvalidLine(Exception):