From d29205179ea774fd2eb5c5ef9d6676661f0588ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 12 Jul 2025 22:06:15 +0000 Subject: [PATCH] chore(format): run black on main --- uvr/common_separator.py | 2 +- uvr/uvr_lib_v5/demucs/pretrained.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/uvr/common_separator.py b/uvr/common_separator.py index d8b751f..a21009b 100644 --- a/uvr/common_separator.py +++ b/uvr/common_separator.py @@ -1,4 +1,4 @@ -""" This file contains the CommonSeparator class, common to all architecture-specific Separator classes. """ +"""This file contains the CommonSeparator class, common to all architecture-specific Separator classes.""" from logging import Logger import os diff --git a/uvr/uvr_lib_v5/demucs/pretrained.py b/uvr/uvr_lib_v5/demucs/pretrained.py index a09472c..e345812 100644 --- a/uvr/uvr_lib_v5/demucs/pretrained.py +++ b/uvr/uvr_lib_v5/demucs/pretrained.py @@ -3,8 +3,7 @@ # # This source code is licensed under the license found in the # LICENSE file in the root directory of this source tree. -"""Loading pretrained models. -""" +"""Loading pretrained models.""" import logging from pathlib import Path