[ui] app: Remove unused QtCore import

This commit is contained in:
Candice Bentéjac 2025-01-02 18:04:23 +01:00
parent 1f42ad3553
commit 8640ac7e4d

View file

@ -6,7 +6,7 @@ import json
from PySide6 import __version__ as PySideVersion
from PySide6 import QtCore
from PySide6.QtCore import Qt, QUrl, QJsonValue, qInstallMessageHandler, QtMsgType, QSettings
from PySide6.QtCore import QUrl, QJsonValue, qInstallMessageHandler, QtMsgType, QSettings
from PySide6.QtGui import QIcon
from PySide6.QtQml import QQmlDebuggingEnabler
from PySide6.QtQuickControls2 import QQuickStyle