mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03: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:
parent
d51d4eb392
commit
885cb8846f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user