Add deprecated tag to arranger

CURA-7440
This commit is contained in:
Jaime van Kessel 2020-10-05 14:15:49 +02:00
parent a1f43e7bcf
commit 9312dc5c07
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 7 additions and 7 deletions

View file

@ -4,8 +4,6 @@
import copy
from typing import List
from PyQt5.QtCore import QCoreApplication
from UM.Job import Job
from UM.Math.Matrix import Matrix
from UM.Math.Quaternion import Quaternion
@ -21,9 +19,6 @@ from cura.Arranging.Nest2DArrange import findNodePlacement
i18n_catalog = i18nCatalog("cura")
from cura.Arranging.Arrange import Arrange
from cura.Arranging.ShapeArray import ShapeArray
from UM.Application import Application
from UM.Operations.AddSceneNodeOperation import AddSceneNodeOperation