Skip to content

Commit 9ff0f91

Browse files
racoiawsclaude
andcommitted
Remove misleading -> tuple annotation from _normalize
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Roman Korostik <rkorostik@nvidia.com>
1 parent 2fc475e commit 9ff0f91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo/collections/audio/models/audio_to_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def _setup_process_dataloader(self, config: Dict) -> 'torch.utils.data.DataLoade
365365
temporary_dataloader = self._setup_dataloader_from_config(config=DictConfig(dl_config))
366366
return temporary_dataloader
367367

368-
def _normalize(self, signal: torch.Tensor) -> tuple:
368+
def _normalize(self, signal: torch.Tensor):
369369
"""Normalize signal so its peak amplitude is 1.
370370
371371
Args:

0 commit comments

Comments
 (0)