waveform: clean up imports

pull/2388/head
Simon Renblad 2024-04-10 11:52:38 +08:00 committed by Sébastien Bourdeauducq
parent 49930a2df2
commit 43edffc67e
1 changed files with 1 additions and 1 deletions

View File

@ -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