refactor: add pragma no cover to various TYPE_CHECKING

This commit is contained in:
2025-04-22 21:19:37 +02:00
committed by wakonig_k
parent c70cd9d6e8
commit f88dfc8f1b
11 changed files with 14 additions and 11 deletions
+1 -1
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