Dedup show mainwindow call

This commit is contained in:
atse 2024-07-08 13:22:53 +08:00
parent c89f1eab17
commit 070dc28f9d

View File

@ -60,8 +60,6 @@ class MainWindow(QtWidgets.QMainWindow):
ui_file_path = importlib.resources.files("pytec.gui.view").joinpath("tec_qt.ui")
uic.loadUi(ui_file_path, self)
self.show()
self.hw_rev_data = None
self.info_box = InfoBox()