From 0dd8183d9914b472c40715d0874d7d15417ba869 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:36:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- get_emo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_emo.py b/get_emo.py index b0fd448..d095980 100644 --- a/get_emo.py +++ b/get_emo.py @@ -1,4 +1,4 @@ -from emo_gen import RegressionHead, EmotionModel, AudioDataset, process_func +from emo_gen import EmotionModel, process_func import librosa import numpy as np