From dc09d0e13e48fb0a3e51fac9050004983b925535 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 21:03:28 +0900 Subject: [PATCH] chore(format): run black on dev (#2081) Co-authored-by: github-actions[bot] --- gui_v1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui_v1.py b/gui_v1.py index b253de6..4247238 100644 --- a/gui_v1.py +++ b/gui_v1.py @@ -253,7 +253,7 @@ if __name__ == "__main__": initial_folder=os.path.join( os.getcwd(), "assets/weights" ), - file_types=[('Model File', '*.pth')], + file_types=[("Model File", "*.pth")], ), ], [ @@ -264,7 +264,7 @@ if __name__ == "__main__": sg.FileBrowse( i18n("选择.index文件"), initial_folder=os.path.join(os.getcwd(), "logs"), - file_types=[('Index File', '*.index')], + file_types=[("Index File", "*.index")], ), ], ],