leek_app: ignore unused import warning

This commit is contained in:
Toast 2025-05-23 02:07:34 +02:00
parent 868eebad2a
commit fc37977002

View file

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