Remove duplicated show call

MainWindow.show() already called in coro_main
This commit is contained in:
atse 2024-07-08 13:22:53 +08:00
parent 70db0a39eb
commit 271fe449ba
1 changed files with 0 additions and 2 deletions

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()