Skip to content

Apply isort and black reformatting

30630b4
Select commit
Loading
Failed to load commit list.
Closed

Fix failing canary tests on main #15483

Apply isort and black reformatting
30630b4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 10, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 860 in nemo/collections/asr/parts/utils/streaming_utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Mismatch between signature and use of an overridden method Note

Overridden method signature does not match
call
, where it is passed too few arguments. Overriding method
method FrameBatchMultiTaskAED.transcribe
matches the call.
Overridden method signature does not match
call
, where it is passed too few arguments. Overriding method
method FrameBatchMultiTaskAED.transcribe
matches the call.
Overridden method signature does not match
call
, where it is passed an argument named 'timestamps'. Overriding method
method FrameBatchMultiTaskAED.transcribe
matches the call.