mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
refactor: changed widget_IO.py to widget_io.py for consistency; widget_io.py example excluded from coverage
This commit is contained in:
@ -8,7 +8,7 @@ from PyQt5.QtWidgets import (
|
||||
QSpinBox,
|
||||
)
|
||||
|
||||
from bec_widgets.qt_utils.widget_IO import WidgetHierarchy
|
||||
from bec_widgets.qt_utils.widget_io import WidgetHierarchy
|
||||
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
|
Reference in New Issue
Block a user