cleanup unused import and fix comment space

This commit is contained in:
Dmitry Gribenchuk 2023-12-13 20:10:28 +02:00
parent 5125c7d33a
commit 8116df6c21
No known key found for this signature in database
GPG key ID: A76A250718E76E87
31 changed files with 32 additions and 59 deletions

View file

@ -10,11 +10,8 @@ from UM.Math.Vector import Vector
from UM.Logger import Logger
from UM.Math.Matrix import Matrix
from UM.Application import Application
from UM.Message import Message
from UM.Resources import Resources
from UM.Scene.SceneNode import SceneNode
from UM.Settings.ContainerRegistry import ContainerRegistry
from UM.Settings.EmptyInstanceContainer import EmptyInstanceContainer
from cura.CuraApplication import CuraApplication
from cura.CuraPackageManager import CuraPackageManager