Assembly: Remove unecessary import that was breaking ubuntu CI.

This commit is contained in:
PaddleStroke
2024-06-21 13:43:26 +02:00
committed by Chris Hennes
parent c0c0f5dac5
commit eb90d295aa

View File

@@ -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