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