summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/filepathcategory.py
diff options
context:
space:
mode:
authorAndrew <amacfie@sent.com>2021-01-19 10:23:28 -0500
committerGitHub <noreply@github.com>2021-01-19 10:23:28 -0500
commite95e7991d97754324ccaaefe40a62f9c116fc443 (patch)
treedb7ae9ce19d515bf136a9632da6027178f49da81 /qutebrowser/completion/models/filepathcategory.py
parent40f75d86bcfa61b2df33ca0f97b49300fecc8e37 (diff)
downloadqutebrowser-e95e7991d97754324ccaaefe40a62f9c116fc443.tar.gz
qutebrowser-e95e7991d97754324ccaaefe40a62f9c116fc443.zip
Update qutebrowser/completion/models/filepathcategory.py
Co-authored-by: Florian Bruhin <me@the-compiler.org>
Diffstat (limited to 'qutebrowser/completion/models/filepathcategory.py')
-rw-r--r--qutebrowser/completion/models/filepathcategory.py2
1 files changed, 1 insertions, 1 deletions
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):