Remove import that has become superfluous

This commit is contained in:
Roy-043
2025-03-21 20:38:58 +01:00
parent a3fd3bc546
commit 3bb1358f32

View File

@@ -165,7 +165,6 @@ class DraftWorkbench(FreeCADGui.Workbench):
FreeCADGui.draftToolBar.Deactivated()
if hasattr(FreeCADGui, "Snapper"):
FreeCADGui.Snapper.hide()
from PySide import QtCore
from draftutils import init_draft_statusbar
init_draft_statusbar.hide_draft_statusbar()
import WorkingPlane