Skip to content

Commit 5c847e9

Browse files
chore(pre-commit.ci): auto fixes
1 parent e9a430d commit 5c847e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/so_vits_svc_fork/gui.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,11 @@ def main():
362362
sg.FileBrowse(
363363
initial_folder=".",
364364
key="input_path_browse",
365-
file_types=get_supported_file_types_concat()
366-
if os.name == "nt"
367-
else get_supported_file_types(),
365+
file_types=(
366+
get_supported_file_types_concat()
367+
if os.name == "nt"
368+
else get_supported_file_types()
369+
),
368370
),
369371
sg.FolderBrowse(
370372
button_text="Browse(Folder)",

0 commit comments

Comments
 (0)