From b555f08ed855383a53392cdf044046235e130620 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Wed, 10 Apr 2024 11:42:14 +0800 Subject: [PATCH] artiq_dashboard: clean imports --- artiq/frontend/artiq_dashboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/frontend/artiq_dashboard.py b/artiq/frontend/artiq_dashboard.py index 168b877bb..c54e3a76b 100755 --- a/artiq/frontend/artiq_dashboard.py +++ b/artiq/frontend/artiq_dashboard.py @@ -6,7 +6,6 @@ import atexit import importlib import os import logging -import sys from PyQt5 import QtCore, QtGui, QtWidgets from qasync import QEventLoop