format
This commit is contained in:
@@ -64,11 +64,9 @@ class UVR:
|
||||
)
|
||||
|
||||
results.append(
|
||||
|
||||
pre_fun.process(
|
||||
tmp_path or process_path,
|
||||
)
|
||||
|
||||
pre_fun.process(
|
||||
tmp_path or process_path,
|
||||
)
|
||||
)
|
||||
infos.append(f"{os.path.basename(process_path)}->Success")
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import logging
|
||||
import os
|
||||
import traceback
|
||||
from collections import OrderedDict
|
||||
from io import BytesIO
|
||||
|
||||
Reference in New Issue
Block a user