AddonManager: removes unused imports

This patch removes all the unused imports in the AddonManager module as flagged by LGTM.
This commit is contained in:
Alex Young
2021-02-14 14:13:03 +00:00
committed by wwmayer
parent 008e97b929
commit bb501c336f
3 changed files with 0 additions and 6 deletions

View File

@@ -4,7 +4,6 @@
# License LGPL
import AddonManager
import AddonManager_rc
FreeCADGui.addLanguagePath(":/translations")
FreeCADGui.addCommand('Std_AddonMgr', AddonManager.CommandAddonManager())