From 52314a817c9da1677d8b72ca7c6f4382363ee5eb Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 28 Sep 2022 15:07:36 +0530 Subject: [PATCH] rmv unused imports --- enhancer/inference.py | 1 - 1 file changed, 1 deletion(-) diff --git a/enhancer/inference.py b/enhancer/inference.py index 404fe95..6e9cff7 100644 --- a/enhancer/inference.py +++ b/enhancer/inference.py @@ -10,7 +10,6 @@ from pathlib import Path from librosa import load as load_audio from enhancer.utils import Audio -from enhancer.utils.config import DEFAULT_DEVICE class Inference: