Remove coarse grain unused import

* It would seem that fine-grain noqa pylint ignores do the job and are
  already in place. Prefer that over the coarse entire file ignore.
This commit is contained in:
Chris Meyers 2025-01-14 15:46:27 -05:00 committed by Chris Meyers
parent d51d4eb392
commit 885cb8846f
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +1 @@
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

View File

@ -1,3 +1 @@
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