mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
cleanup
CURA-7647
This commit is contained in:
parent
e2e94b7f6b
commit
3f8908f53a
@ -1,6 +1,5 @@
|
|||||||
# Copyright (c) 2021 Ultimaker B.V.
|
# Copyright (c) 2021 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 math
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from PyQt6.QtCore import Qt
|
from PyQt6.QtCore import Qt
|
||||||
@ -40,7 +39,7 @@ from .SimulationViewProxy import SimulationViewProxy
|
|||||||
import numpy
|
import numpy
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
from typing import Optional, TYPE_CHECKING, List, Tuple, cast
|
from typing import Optional, TYPE_CHECKING, List, cast
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from UM.Scene.SceneNode import SceneNode
|
from UM.Scene.SceneNode import SceneNode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user