Remove useless import

CURA-7435
This commit is contained in:
Erwan MATHIEU 2025-02-20 16:05:14 +01:00
parent 03fcbe064b
commit e743e92966

View File

@ -36,7 +36,6 @@ from UM.Operations.SetTransformOperation import SetTransformOperation
from UM.OutputDevice.ProjectOutputDevice import ProjectOutputDevice
from UM.Platform import Platform
from UM.PluginError import PluginNotFoundError
from UM.PluginObject import PluginObject
from UM.Preferences import Preferences
from UM.Qt.Bindings.FileProviderModel import FileProviderModel
from UM.Qt.QtApplication import QtApplication # The class we're inheriting from.