forked from M-Labs/thermostat
Remove duplicated show call
MainWindow.show() already called in coro_main
This commit is contained in:
parent
70db0a39eb
commit
271fe449ba
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue