leek_app: ignore unused import warning
This commit is contained in:
parent
868eebad2a
commit
fc37977002
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import signal
|
|||
from PySide6.QtGui import QGuiApplication
|
||||
from PySide6.QtCore import QUrl
|
||||
from PySide6.QtQml import QQmlApplicationEngine
|
||||
from leek.mod_list import QAbstractListModel
|
||||
from leek.mod_list import QAbstractListModel # noqa: F401, needs to be imported for QML
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue