1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-08 09:47:48 +01:00
This commit is contained in:
2026-02-05 11:23:57 +01:00
parent a3794a22b3
commit 1b9a56f4d5
60 changed files with 230 additions and 332 deletions

View File

@@ -3,8 +3,6 @@ from qtpy.QtCore import QPointF
from bec_widgets.widgets.plots.waveform.waveform import Waveform
from .client_mocks import mocked_client
@pytest.fixture
def plot_widget_with_arrow_item(qtbot, mocked_client):