From 43edffc67eb5750ac0a71f0c3a2bdb556079e6e4 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Wed, 10 Apr 2024 11:52:38 +0800 Subject: [PATCH] waveform: clean up imports --- artiq/dashboard/waveform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/dashboard/waveform.py b/artiq/dashboard/waveform.py index 5153dd807..c97ed8c16 100644 --- a/artiq/dashboard/waveform.py +++ b/artiq/dashboard/waveform.py @@ -17,7 +17,7 @@ from artiq.tools import exc_to_warning, short_format from artiq.coredevice import comm_analyzer from artiq.coredevice.comm_analyzer import WaveformType from artiq.gui.tools import LayoutWidget, get_open_file_name, get_save_file_name -from artiq.gui.models import DictSyncTreeSepModel, LocalModelManager +from artiq.gui.models import DictSyncTreeSepModel from artiq.gui.dndwidgets import VDragScrollArea, VDragDropSplitter