mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
4 lines
343 B
Plaintext
4 lines
343 B
Plaintext
plugins/modules/export.py validate-modules:nonexistent-parameter-documented # needs awxkit to construct argspec
|
|
plugins/modules/import.py pylint:unused-import # Simply used as a feature flag conditional
|
|
test/awx/conftest.py pylint:unused-import # Used to make sure we are importing the right awxkit, see comment in conftest.py near imports
|