From ac78320440750ef9d649ff96832b556d11bc45c0 Mon Sep 17 00:00:00 2001 From: MisterMLiL Date: Tue, 26 Sep 2023 15:56:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20main=5Fwindow.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- statapp/main_window.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/statapp/main_window.py b/statapp/main_window.py index 7c41c94..eda4124 100644 --- a/statapp/main_window.py +++ b/statapp/main_window.py @@ -6,8 +6,6 @@ from statapp.ui.ui_main_window import Ui_MainWindow class MainWindow(QMainWindow): - about_window = None - def __init__(self): super().__init__() self.ui = Ui_MainWindow()