mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
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:
committed by
Chris Meyers
parent
d51d4eb392
commit
885cb8846f
@@ -1,3 +1 @@
|
|||||||
plugins/modules/export.py validate-modules:nonexistent-parameter-documented # needs awxkit to construct argspec
|
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
|
|
||||||
|
|||||||
@@ -1,3 +1 @@
|
|||||||
plugins/modules/export.py validate-modules:nonexistent-parameter-documented # needs awxkit to construct argspec
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user