From bf31c5afe8cdd566a4fb589bf5f8bd89996ffd90 Mon Sep 17 00:00:00 2001 From: Ftps Date: Thu, 7 Mar 2024 21:50:44 +0900 Subject: [PATCH] format --- rvc/modules/uvr5/modules.py | 8 +++----- rvc/modules/vc/modules.py | 1 - 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/rvc/modules/uvr5/modules.py b/rvc/modules/uvr5/modules.py index 224580c..abebfb5 100644 --- a/rvc/modules/uvr5/modules.py +++ b/rvc/modules/uvr5/modules.py @@ -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") diff --git a/rvc/modules/vc/modules.py b/rvc/modules/vc/modules.py index ce5fc84..0d6b1e3 100644 --- a/rvc/modules/vc/modules.py +++ b/rvc/modules/vc/modules.py @@ -1,5 +1,4 @@ import logging -import os import traceback from collections import OrderedDict from io import BytesIO