mirror of https://github.com/m-labs/artiq.git
gui: Remove some unused imports [nfc]
This commit is contained in:
parent
4bd328afe7
commit
f7edb7b706
|
@ -40,8 +40,7 @@
|
|||
|
||||
|
||||
from PyQt6.QtCore import QPoint, QRect, QSize, Qt
|
||||
from PyQt6.QtWidgets import (QApplication, QLayout, QPushButton, QSizePolicy,
|
||||
QWidget)
|
||||
from PyQt6.QtWidgets import QLayout, QSizePolicy
|
||||
|
||||
|
||||
class FlowLayout(QLayout):
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import logging
|
||||
import time
|
||||
import re
|
||||
from functools import partial
|
||||
|
||||
from PyQt6 import QtCore, QtGui, QtWidgets
|
||||
|
|
Loading…
Reference in New Issue