From 32200b604d421c4dad527fe587a7d047cf953b4f Mon Sep 17 00:00:00 2001 From: Alex Young Date: Tue, 9 Feb 2021 18:47:36 +0000 Subject: [PATCH] LGTM: Removes unused import in PathPropertyBagGui.py --- src/Mod/Path/PathScripts/PathPropertyBagGui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathPropertyBagGui.py b/src/Mod/Path/PathScripts/PathPropertyBagGui.py index a8ff2a97fa..72f0602fea 100644 --- a/src/Mod/Path/PathScripts/PathPropertyBagGui.py +++ b/src/Mod/Path/PathScripts/PathPropertyBagGui.py @@ -22,7 +22,6 @@ import FreeCAD import FreeCADGui -import PathGui as PGui # ensure Path/Gui/Resources are loaded import PathScripts.PathIconViewProvider as PathIconViewProvider import PathScripts.PathLog as PathLog import PathScripts.PathPropertyBag as PathPropertyBag