summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/throttle.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/misc/throttle.py')
-rw-r--r--qutebrowser/misc/throttle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qutebrowser/misc/throttle.py b/qutebrowser/misc/throttle.py
index be4fa4d29..5c08187b6 100644
--- a/qutebrowser/misc/throttle.py
+++ b/qutebrowser/misc/throttle.py
@@ -24,7 +24,6 @@ import time
from typing import Any, Callable, Mapping, Optional, Sequence
from qutebrowser.qt import QtCore
-
from qutebrowser.utils import usertypes