Update qutebrowser/completion/models/filepathcategory.py

Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
Andrew 2021-01-19 10:23:28 -05:00 committed by GitHub
parent 40f75d86bc
commit e95e7991d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):