From eb90d295aaa152fcd685a2f372d6ab1803f042b0 Mon Sep 17 00:00:00 2001 From: PaddleStroke Date: Fri, 21 Jun 2024 13:43:26 +0200 Subject: [PATCH] Assembly: Remove unecessary import that was breaking ubuntu CI. --- src/Mod/Assembly/CommandCreateBom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Assembly/CommandCreateBom.py b/src/Mod/Assembly/CommandCreateBom.py index 658603148c..523342c1d3 100644 --- a/src/Mod/Assembly/CommandCreateBom.py +++ b/src/Mod/Assembly/CommandCreateBom.py @@ -29,7 +29,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP if App.GuiUp: import FreeCADGui as Gui - from PySide import QtCore, QtGui, QtWidgets, QtUiTools + from PySide import QtCore, QtGui, QtWidgets from PySide.QtWidgets import QPushButton, QMenu import UtilsAssembly