summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/test_testprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/fixtures/test_testprocess.py')
-rw-r--r--tests/end2end/fixtures/test_testprocess.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/end2end/fixtures/test_testprocess.py b/tests/end2end/fixtures/test_testprocess.py
index 730ec74ba..7ae8758e7 100644
--- a/tests/end2end/fixtures/test_testprocess.py
+++ b/tests/end2end/fixtures/test_testprocess.py
@@ -19,15 +19,15 @@
"""Test testprocess.Process."""
-import sys
-import time
import contextlib
import datetime
+import sys
+import time
import pytest
-from qutebrowser.qt import QtCore
from end2end.fixtures import testprocess
+from qutebrowser.qt import QtCore
pytestmark = [pytest.mark.not_frozen]