Update qutebrowser/completion/models/filepathcategory.py
Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
parent
40f75d86bc
commit
e95e7991d9
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue