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:
Georg Brandl
2023-03-03 14:37:16 +01:00
parent 9e6afffbec
commit a9257b2a0c
22 changed files with 109 additions and 81 deletions

View File

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