Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit d292051

Browse files
chore(format): run black on main
1 parent e57f1e7 commit d292051

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

uvr/common_separator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" This file contains the CommonSeparator class, common to all architecture-specific Separator classes. """
1+
"""This file contains the CommonSeparator class, common to all architecture-specific Separator classes."""
22

33
from logging import Logger
44
import os

uvr/uvr_lib_v5/demucs/pretrained.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
#
44
# This source code is licensed under the license found in the
55
# LICENSE file in the root directory of this source tree.
6-
"""Loading pretrained models.
7-
"""
6+
"""Loading pretrained models."""
87

98
import logging
109
from pathlib import Path

0 commit comments

Comments
 (0)