summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/filepathcategory.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/completion/models/filepathcategory.py')
-rw-r--r--qutebrowser/completion/models/filepathcategory.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qutebrowser/completion/models/filepathcategory.py b/qutebrowser/completion/models/filepathcategory.py
index 412bf06d0..47f3c9301 100644
--- a/qutebrowser/completion/models/filepathcategory.py
+++ b/qutebrowser/completion/models/filepathcategory.py
@@ -29,11 +29,11 @@ is harder to achieve via pathlib.
import glob
import os
import os.path
-from typing import List, Optional, Iterable
+from typing import Iterable, List, Optional
from qutebrowser.config import config
-from qutebrowser.utils import log
from qutebrowser.qt import QtCore
+from qutebrowser.utils import log
class FilePathCategory(QtCore.QAbstractListModel):