summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/histcategory.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/completion/models/histcategory.py')
-rw-r--r--qutebrowser/completion/models/histcategory.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/qutebrowser/completion/models/histcategory.py b/qutebrowser/completion/models/histcategory.py
index 662753dfc..fd43dc770 100644
--- a/qutebrowser/completion/models/histcategory.py
+++ b/qutebrowser/completion/models/histcategory.py
@@ -21,12 +21,11 @@
from typing import Optional
-from qutebrowser.qt import QtWidgets, QtSql
-
-from qutebrowser.misc import sql
-from qutebrowser.utils import debug, message, log
-from qutebrowser.config import config
from qutebrowser.completion.models import util
+from qutebrowser.config import config
+from qutebrowser.misc import sql
+from qutebrowser.qt import QtSql, QtWidgets
+from qutebrowser.utils import debug, log, message
class HistoryCategory(QtSql.QSqlQueryModel):