Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion uvr/common_separator.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions uvr/uvr_lib_v5/demucs/pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down