saumya.jain 1 год назад
Родитель
Сommit
3f8908f53a
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      plugins/SimulationView/SimulationView.py

+ 1 - 2
plugins/SimulationView/SimulationView.py

@@ -1,6 +1,5 @@
 # Copyright (c) 2021 Ultimaker B.V.
 # Cura is released under the terms of the LGPLv3 or higher.
-import math
 import sys
 
 from PyQt6.QtCore import Qt
@@ -40,7 +39,7 @@ from .SimulationViewProxy import SimulationViewProxy
 import numpy
 import os.path
 
-from typing import Optional, TYPE_CHECKING, List, Tuple, cast
+from typing import Optional, TYPE_CHECKING, List, cast
 
 if TYPE_CHECKING:
     from UM.Scene.SceneNode import SceneNode