gui: isort
Change-Id: Ic1c1d54a9577c1774024aefd5464b6e4b8e1fe07 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30570 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.de> Reviewed-by: Georg Brandl <g.brandl@fz-juelich.de>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
from frappy.gui.qt import QToolButton, QFrame, QWidget, QGridLayout, QSizePolicy, QVBoxLayout, Qt
|
||||
from frappy.gui.qt import QFrame, QGridLayout, QSizePolicy, Qt, QToolButton, \
|
||||
QVBoxLayout, QWidget
|
||||
|
||||
|
||||
class CollapsibleWidget(QWidget):
|
||||
def __init__(self, parent=None):
|
||||
|
||||
Reference in New Issue
Block a user