Remove config import for now

This commit is contained in:
Andrew MacFie 2021-01-19 14:37:38 -05:00
parent c839e4124b
commit a12378a31d
1 changed files with 0 additions and 2 deletions

View File

@ -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."""