1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-08 01:37:53 +02:00

refactor: add pragma no cover to various TYPE_CHECKING

This commit is contained in:
2025-04-11 18:50:24 +02:00
committed by wakonig_k
parent c70cd9d6e8
commit f88dfc8f1b
11 changed files with 14 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ from bec_widgets.utils import BECDispatcher
from bec_widgets.utils.bec_connector import BECConnector
from bec_widgets.utils.error_popups import ErrorPopupUtility
if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from bec_lib import messages
from qtpy.QtCore import QObject
else: