summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_throttle.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/misc/test_throttle.py')
-rw-r--r--tests/unit/misc/test_throttle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/misc/test_throttle.py b/tests/unit/misc/test_throttle.py
index 0105eb0cc..5406f070d 100644
--- a/tests/unit/misc/test_throttle.py
+++ b/tests/unit/misc/test_throttle.py
@@ -23,10 +23,10 @@ from unittest import mock
import sip
import pytest
-from qutebrowser.qt.QtCore import QObject
from helpers import testutils
from qutebrowser.misc import throttle
+from qutebrowser.qt.QtCore import QObject
DELAY = 500 if testutils.ON_CI else 100