Skip to content

FAKE DO NOT USE#29

Closed
chennes wants to merge 2 commits intomainfrom
fakePRForTestingCICheck
Closed

FAKE DO NOT USE#29
chennes wants to merge 2 commits intomainfrom
fakePRForTestingCICheck

Conversation

@chennes
Copy link
Owner

@chennes chennes commented Dec 17, 2025

This is a fake PR to test the new CI


from FreeCAD import Vector

import Draft # Not needed, faked in for testing purposes

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'Draft' is not used.

Copilot Autofix

AI about 2 months ago

To fix the problem, remove the unused import statement import Draft from line 31. This change should be carried out in src/Mod/CAM/Path/Geom.py. No other modifications are necessary, and no new methods or imports are required. Simply delete the line to resolve the unused import warning.

Suggested changeset 1
src/Mod/CAM/Path/Geom.py

Autofix patch

Autofix patch
Run the following command in your local git repository to apply this patch
cat << 'EOF' | git apply
diff --git a/src/Mod/CAM/Path/Geom.py b/src/Mod/CAM/Path/Geom.py
--- a/src/Mod/CAM/Path/Geom.py
+++ b/src/Mod/CAM/Path/Geom.py
@@ -28,7 +28,6 @@
 
 from FreeCAD import Vector
 
-import Draft  # Not needed, faked in for testing purposes
 
 # lazily loaded modules
 from lazy_loader.lazy_loader import LazyLoader
EOF
@@ -28,7 +28,6 @@

from FreeCAD import Vector

import Draft # Not needed, faked in for testing purposes

# lazily loaded modules
from lazy_loader.lazy_loader import LazyLoader
Copilot is powered by AI and may make mistakes. Always verify output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant