forked from M-Labs/artiq
1
0
Fork 0

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
1 changed files with 0 additions and 1 deletions

View File

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