From 8fcecc97cb8cabcb1974e8f3be0ad77acb6a4a58 Mon Sep 17 00:00:00 2001 From: tarman3 Date: Sun, 30 Nov 2025 19:45:22 +0200 Subject: [PATCH] CAM: PathCommands - Remove unused import QtCore --- src/Mod/CAM/PathCommands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/CAM/PathCommands.py b/src/Mod/CAM/PathCommands.py index 5ef99eb0a6..7fa1619cc1 100644 --- a/src/Mod/CAM/PathCommands.py +++ b/src/Mod/CAM/PathCommands.py @@ -38,7 +38,6 @@ from PySide.QtCore import QT_TRANSLATE_NOOP if FreeCAD.GuiUp: import FreeCADGui - from PySide import QtCore translate = FreeCAD.Qt.translate