fix(abort_button): from __future__ import annotations

This commit is contained in:
2026-06-01 15:47:50 +02:00
committed by Jan Wyzula
parent 8a180eaa7b
commit 3796984182
@@ -1,3 +1,5 @@
from __future__ import annotations
from bec_lib.logger import bec_logger
from bec_qthemes import material_icon
from qtpy.QtCore import Qt