artiq_dashboard: clean imports

This commit is contained in:
Simon Renblad 2024-04-10 11:42:14 +08:00 committed by Sébastien Bourdeauducq
parent 65005ed45a
commit b555f08ed8

View File

@ -6,7 +6,6 @@ import atexit
import importlib
import os
import logging
import sys
from PyQt5 import QtCore, QtGui, QtWidgets
from qasync import QEventLoop