mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove unused imports
CURA-7440
This commit is contained in:
parent
8c1985cdb3
commit
c25351c98a
1 changed files with 0 additions and 15 deletions
|
@ -1,29 +1,14 @@
|
||||||
# Copyright (c) 2019 Ultimaker B.V.
|
# Copyright (c) 2019 Ultimaker B.V.
|
||||||
# Cura is released under the terms of the LGPLv3 or higher.
|
# Cura is released under the terms of the LGPLv3 or higher.
|
||||||
import numpy
|
|
||||||
from PyQt5.QtCore import QCoreApplication
|
|
||||||
|
|
||||||
from UM.Application import Application
|
from UM.Application import Application
|
||||||
from UM.Job import Job
|
from UM.Job import Job
|
||||||
from UM.Math.Matrix import Matrix
|
|
||||||
from UM.Math.Polygon import Polygon
|
|
||||||
from UM.Math.Quaternion import Quaternion
|
|
||||||
from UM.Operations.RotateOperation import RotateOperation
|
|
||||||
from UM.Scene.SceneNode import SceneNode
|
from UM.Scene.SceneNode import SceneNode
|
||||||
from UM.Math.Vector import Vector
|
|
||||||
from UM.Operations.TranslateOperation import TranslateOperation
|
|
||||||
from UM.Operations.GroupedOperation import GroupedOperation
|
|
||||||
from UM.Logger import Logger
|
|
||||||
from UM.Message import Message
|
from UM.Message import Message
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
from cura.Arranging.Nest2DArrange import arrange
|
from cura.Arranging.Nest2DArrange import arrange
|
||||||
|
|
||||||
i18n_catalog = i18nCatalog("cura")
|
i18n_catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
from cura.Scene.ZOffsetDecorator import ZOffsetDecorator
|
|
||||||
from cura.Arranging.Arrange import Arrange
|
|
||||||
from cura.Arranging.ShapeArray import ShapeArray
|
|
||||||
|
|
||||||
from typing import List
|
from typing import List
|
||||||
from pynest2d import *
|
from pynest2d import *
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue