From ccd3e778ff7ea40cc9c1a6f2bdbdaad3b79b4e8a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 18:05:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py b/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py index 89d7343646..dd7ba4094b 100644 --- a/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py +++ b/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py @@ -1457,4 +1457,3 @@ if App.GuiUp: FreeCADGui.addCommand("CAM_DressupLeadInOut", CommandPathDressupLeadInOut()) Path.Log.notice("Loading CAM_DressupLeadInOut… done\n") -