summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/filepathcategory.py
diff options
context:
space:
mode:
authorAndrew MacFie <amacfie@sent.com>2021-01-19 14:37:38 -0500
committerAndrew MacFie <amacfie@sent.com>2021-01-19 14:37:38 -0500
commita12378a31d88368194d66acb293c9bb3d0030c0b (patch)
tree58f3ad25c7e0e24598b5b4556001ffc51b620c75 /qutebrowser/completion/models/filepathcategory.py
parentc839e4124bf4f3132f1bfe039dfff84f54ac27f3 (diff)
downloadqutebrowser-a12378a31d88368194d66acb293c9bb3d0030c0b.tar.gz
qutebrowser-a12378a31d88368194d66acb293c9bb3d0030c0b.zip
Remove config import for now
Diffstat (limited to 'qutebrowser/completion/models/filepathcategory.py')
-rw-r--r--qutebrowser/completion/models/filepathcategory.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/qutebrowser/completion/models/filepathcategory.py b/qutebrowser/completion/models/filepathcategory.py
index 628bbd85a..9f60d9841 100644
--- a/qutebrowser/completion/models/filepathcategory.py
+++ b/qutebrowser/completion/models/filepathcategory.py
@@ -24,8 +24,6 @@ from typing import Any, List
from PyQt5.QtCore import QAbstractListModel, QModelIndex, QObject, Qt, QUrl
-from qutebrowser.config import config
-
class FilePathCategory(QAbstractListModel):
"""Represent filesystem paths matching a pattern."""