summaryrefslogtreecommitdiff
path: root/tests/unit/javascript/stylesheet/test_stylesheet_js.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/javascript/stylesheet/test_stylesheet_js.py')
-rw-r--r--tests/unit/javascript/stylesheet/test_stylesheet_js.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/javascript/stylesheet/test_stylesheet_js.py b/tests/unit/javascript/stylesheet/test_stylesheet_js.py
index 219b9c8c2..e55771fab 100644
--- a/tests/unit/javascript/stylesheet/test_stylesheet_js.py
+++ b/tests/unit/javascript/stylesheet/test_stylesheet_js.py
@@ -20,10 +20,11 @@
"""Tests for stylesheet.js."""
import pathlib
+
import pytest
-from qutebrowser.utils import javascript
from helpers import testutils
+from qutebrowser.utils import javascript
QtWebEngineWidgets = testutils.qt_module_skip("QtWebEngineWidgets")
QWebEngineProfile = QtWebEngineWidgets.QWebEngineProfile