chore(format): run black on dev

This commit is contained in:
github-actions[bot] 2024-05-29 12:02:12 +00:00
parent 915853870f
commit 15ece6156a

View File

@ -253,7 +253,7 @@ if __name__ == "__main__":
initial_folder=os.path.join( initial_folder=os.path.join(
os.getcwd(), "assets/weights" os.getcwd(), "assets/weights"
), ),
file_types=[('Model File', '*.pth')], file_types=[("Model File", "*.pth")],
), ),
], ],
[ [
@ -264,7 +264,7 @@ if __name__ == "__main__":
sg.FileBrowse( sg.FileBrowse(
i18n("选择.index文件"), i18n("选择.index文件"),
initial_folder=os.path.join(os.getcwd(), "logs"), initial_folder=os.path.join(os.getcwd(), "logs"),
file_types=[('Index File', '*.index')], file_types=[("Index File", "*.index")],
), ),
], ],
], ],