From 13b0e79c80dcbb1c8f844d832f0399980c711810 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sat, 29 Jun 2019 23:33:07 -0700 Subject: [PATCH] Cleanup of PathMillFaceGui for pylint warnings --- src/Mod/Path/PathScripts/PathMillFaceGui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathMillFaceGui.py b/src/Mod/Path/PathScripts/PathMillFaceGui.py index f1c407b928..d5f8a9fba8 100644 --- a/src/Mod/Path/PathScripts/PathMillFaceGui.py +++ b/src/Mod/Path/PathScripts/PathMillFaceGui.py @@ -23,7 +23,6 @@ # *************************************************************************** import FreeCAD -import FreeCADGui import PathScripts.PathMillFace as PathMillFace import PathScripts.PathOpGui as PathOpGui import PathScripts.PathPocketBaseGui as PathPocketBaseGui