forked from M-Labs/artiq
1
0
Fork 0

gui: Remove some unused imports [nfc]

This commit is contained in:
David Nadlinger 2023-09-17 03:16:49 +01:00 committed by Sébastien Bourdeauducq
parent 4bd328afe7
commit f7edb7b706
2 changed files with 1 additions and 3 deletions

View File

@ -40,8 +40,7 @@
from PyQt6.QtCore import QPoint, QRect, QSize, Qt from PyQt6.QtCore import QPoint, QRect, QSize, Qt
from PyQt6.QtWidgets import (QApplication, QLayout, QPushButton, QSizePolicy, from PyQt6.QtWidgets import QLayout, QSizePolicy
QWidget)
class FlowLayout(QLayout): class FlowLayout(QLayout):

View File

@ -1,6 +1,5 @@
import logging import logging
import time import time
import re
from functools import partial from functools import partial
from PyQt6 import QtCore, QtGui, QtWidgets from PyQt6 import QtCore, QtGui, QtWidgets