chore(format): run black on dev (#2081)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-05-29 21:03:28 +09:00 committed by GitHub
parent 915853870f
commit dc09d0e13e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")],
),
],
],