Skip to content

Commit 53e488b

Browse files
committed
style(speechlm2): sort MTP plugin test imports
Signed-off-by: Piotr Żelasko <pzelasko@nvidia.com>
1 parent f123a7a commit 53e488b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/collections/speechlm2/test_vllm_plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -943,9 +943,7 @@ def test_processing_info_has_no_audio_duration_limit(self):
943943
assert not hasattr(info, "get_max_audio_tokens")
944944

945945
def test_pe_processing_ignores_exported_generic_estimator_chunking(self, monkeypatch):
946-
from nemo.collections.speechlm2.vllm.salm.audio import (
947-
NeMoSpeechLMProcessingInfo,
948-
)
946+
from nemo.collections.speechlm2.vllm.salm.audio import NeMoSpeechLMProcessingInfo
949947

950948
exported_estimator = {
951949
"chunk_size_seconds": 15.0,

0 commit comments

Comments
 (0)