From 49930a2df2222f42b17c9ea51107256c9f21ee0c Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Wed, 10 Apr 2024 11:49:28 +0800 Subject: [PATCH] datasets: clean imports --- artiq/dashboard/datasets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/dashboard/datasets.py b/artiq/dashboard/datasets.py index f7c996849..b2492658c 100644 --- a/artiq/dashboard/datasets.py +++ b/artiq/dashboard/datasets.py @@ -8,7 +8,6 @@ from sipyco import pyon from artiq.tools import scale_from_metadata, short_format, exc_to_warning from artiq.gui.tools import LayoutWidget, QRecursiveFilterProxyModel from artiq.gui.models import DictSyncTreeSepModel -from artiq.gui.scientific_spinbox import ScientificSpinBox logger = logging.getLogger(__name__)