From 24dbc5edd23d2a47f0d22242cc52e948862aefbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 20:38:23 +0900 Subject: [PATCH] chore(format): run black on dev (#53) Co-authored-by: github-actions[bot] --- rvc/f0/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rvc/f0/__init__.py b/rvc/f0/__init__.py index bdab561..ec38608 100644 --- a/rvc/f0/__init__.py +++ b/rvc/f0/__init__.py @@ -6,4 +6,4 @@ from .harvest import Harvest from .pm import PM from .rmvpe import RMVPE -__all__ = ["F0Predictor", "CRePE", "Dio", "Harvest", "PM", "RMVPE"] \ No newline at end of file +__all__ = ["F0Predictor", "CRePE", "Dio", "Harvest", "PM", "RMVPE"]