0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

fix: use SafeSlot instead of Slot

This commit is contained in:
2024-07-26 12:55:03 +02:00
committed by wakonig_k
parent a3fe20500a
commit bc1e23944c
13 changed files with 36 additions and 33 deletions

View File

@ -2,9 +2,9 @@
import time
import pytest
from qtpy.QtCore import Slot
from qtpy.QtWidgets import QApplication
from bec_widgets.qt_utils.error_popups import SafeSlot as Slot
from bec_widgets.utils import BECConnector, ConnectionConfig
from .client_mocks import mocked_client