From e743e92966ff587b76eda238f3c54e4cb26891f8 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Thu, 20 Feb 2025 16:05:14 +0100 Subject: [PATCH] Remove useless import CURA-7435 --- cura/CuraApplication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index e22256a6c4..e7f32ed8b3 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -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.