1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-01-01 11:31:19 +01:00

refactor(plots): plot_next_gen module renamed to plots

This commit is contained in:
2025-03-23 18:42:28 +01:00
parent 4592bb5b12
commit 14072ec400
76 changed files with 72 additions and 82 deletions

View File

@@ -1,7 +1,7 @@
import pytest
from qtpy.QtCore import QPointF
from bec_widgets.widgets.plots_next_gen.waveform.waveform import Waveform
from bec_widgets.widgets.plots.waveform.waveform import Waveform
from .client_mocks import mocked_client