From 0a80521c0295223f0d42fc7b84dbddc9bcd4584e Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 28 Sep 2022 11:55:17 +0530 Subject: [PATCH] rmv matplotlib --- enhancer/utils/io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/enhancer/utils/io.py b/enhancer/utils/io.py index 80bd1a4..afc19e8 100644 --- a/enhancer/utils/io.py +++ b/enhancer/utils/io.py @@ -1,7 +1,6 @@ import os import librosa from typing import Optional -from matplotlib.pyplot import axis import numpy as np import torch import torchaudio