From bbd043cf58dd3df86381e17be0fe185b69cc194f Mon Sep 17 00:00:00 2001 From: Yorusora <2023025086@m.scnu.edu.cn> Date: Tue, 10 Jun 2025 13:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/Module_approximately_align.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/func/Module_approximately_align.py b/func/Module_approximately_align.py index 0ef13bc..902dcc3 100644 --- a/func/Module_approximately_align.py +++ b/func/Module_approximately_align.py @@ -1013,7 +1013,6 @@ class MainWindow_approximately_align(QMainWindow): return Result().failure(info=Constants.DRAW_FAILURE + "\n" + format_exc()) - class Data: def __init__(self): @@ -1027,7 +1026,6 @@ class Data: self.processed_downsample_Tho = None self.processed_downsample_Abd = None - def open_file(self): if Path(Config["Path"]["Input_orgBcg"]).is_file(): Config["Path"]["Input_orgBcg"] = str(Path(Config["Path"]["Input_orgBcg"]).parent)