0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +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

@ -8,7 +8,7 @@ from bec_widgets.widgets.services.device_browser.device_browser import DeviceBro
from .client_mocks import mocked_client
if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from qtpy.QtWidgets import QListWidgetItem
from bec_widgets.widgets.services.device_browser import DeviceItem