Skip to content

Commit

Permalink
Remove unused import in enhancemenet.py
Browse files Browse the repository at this point in the history
Signed-off-by: Pin-Jui Ku <pku@nvidia.com>
  • Loading branch information
Pin-Jui Ku committed Aug 6, 2024
1 parent 8c3a9c7 commit 429e21e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nemo/collections/audio/models/enhancement.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from pytorch_lightning import Trainer

from nemo.collections.audio.models.audio_to_audio import AudioToAudioModel
from nemo.collections.audio.parts.submodules.flow import OptimalTransportFlow
from nemo.core.classes.common import PretrainedModelInfo, typecheck
from nemo.core.neural_types import AudioSignal, LengthsType, LossType, NeuralType
from nemo.utils import logging
Expand Down

0 comments on commit 429e21e

Please sign in to comment.