Apply Code Formatter Change

This commit is contained in:
Tps-F 2023-08-29 07:01:02 +00:00 committed by github-actions[bot]
parent 89eecdceab
commit ccbb8e03d5
1 changed files with 3 additions and 1 deletions

View File

@ -139,7 +139,9 @@ if __name__ == "__main__":
),
sg.FileBrowse(
i18n("选择.pth文件"),
initial_folder=os.path.join(os.getcwd(), "assets/weights"),
initial_folder=os.path.join(
os.getcwd(), "assets/weights"
),
file_types=((". pth"),),
),
],