Skip to content

remove QA examples

4db4504
Select commit
Loading
Failed to load commit list.
Merged

remove QA collection #14092

remove QA examples
4db4504
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 3, 2025 in 4s

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 15 in nemo/collections/nlp/data/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

'import *' may pollute namespace Note

Import pollutes the enclosing namespace, as the imported module
nemo.collections.nlp.data.data_utils
does not define '__all__'.