From e95e7991d97754324ccaaefe40a62f9c116fc443 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 19 Jan 2021 10:23:28 -0500 Subject: [PATCH] Update qutebrowser/completion/models/filepathcategory.py Co-authored-by: Florian Bruhin --- qutebrowser/completion/models/filepathcategory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/completion/models/filepathcategory.py b/qutebrowser/completion/models/filepathcategory.py index 7541f7815..fd58a4ee0 100644 --- a/qutebrowser/completion/models/filepathcategory.py +++ b/qutebrowser/completion/models/filepathcategory.py @@ -22,7 +22,7 @@ import os from typing import Any import urllib.parse -from PyQt5.QtCore import (QAbstractListModel, QModelIndex) +from PyQt5.QtCore import QAbstractListModel, QModelIndex class FilePathCategory(QAbstractListModel):