[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-09-22 13:50:52 +00:00
parent fee9d78fad
commit 5aadc9cd6c
8 changed files with 86 additions and 76 deletions

View File

@@ -31,6 +31,7 @@ else:
class Workbench:
pass
FreeCAD.__unit_test__ += ["TestCAMGui"]
@@ -65,7 +66,6 @@ class CAMWorkbench(Workbench):
self.__class__.MenuText = "CAM"
self.__class__.ToolTip = "CAM workbench"
def Initialize(self):
global PathCommandGroup
@@ -97,6 +97,7 @@ class CAMWorkbench(Workbench):
# Check if CAM asset migration is needed for version upgrade
from Path.Tool.migration.migration import CAMAssetMigrator
migrator = CAMAssetMigrator()
migrator.check_migration_needed()