rmv unused imports

This commit is contained in:
shahules786 2022-09-28 15:07:36 +05:30
parent fb31711653
commit 52314a817c
1 changed files with 0 additions and 1 deletions

View File

@ -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: