From 9d3509d7b0f29533b3adc20599e12c776f5c0296 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Wed, 10 Apr 2024 11:45:08 +0800 Subject: [PATCH] shortcuts: clean imports --- artiq/dashboard/shortcuts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/artiq/dashboard/shortcuts.py b/artiq/dashboard/shortcuts.py index c7750d2a7..e8a4bc790 100644 --- a/artiq/dashboard/shortcuts.py +++ b/artiq/dashboard/shortcuts.py @@ -3,8 +3,6 @@ from functools import partial from PyQt5 import QtCore, QtWidgets -from artiq.gui.tools import LayoutWidget - logger = logging.getLogger(__name__)