From 1a2ec920f69ffc3e060e665dda9fa9d8ca7c9dc5 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 25 Aug 2025 18:03:49 +0200 Subject: [PATCH] chore: fix formatter --- bec_widgets/utils/compact_popup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bec_widgets/utils/compact_popup.py b/bec_widgets/utils/compact_popup.py index a66e6223..e4335861 100644 --- a/bec_widgets/utils/compact_popup.py +++ b/bec_widgets/utils/compact_popup.py @@ -1,9 +1,8 @@ import time from types import SimpleNamespace -from PySide6.QtWidgets import QToolButton - from bec_qthemes import material_icon +from PySide6.QtWidgets import QToolButton from qtpy.QtCore import Property, Qt, Signal from qtpy.QtGui import QColor from qtpy.QtWidgets import (