diff options
Diffstat (limited to 'test/local-content/collections/ansible_collections')
-rw-r--r-- | test/local-content/collections/ansible_collections/testns/test_collection/plugins/filter/test_filter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/local-content/collections/ansible_collections/testns/test_collection/plugins/filter/test_filter.py b/test/local-content/collections/ansible_collections/testns/test_collection/plugins/filter/test_filter.py index 58bc269..6244329 100644 --- a/test/local-content/collections/ansible_collections/testns/test_collection/plugins/filter/test_filter.py +++ b/test/local-content/collections/ansible_collections/testns/test_collection/plugins/filter/test_filter.py @@ -1,5 +1,4 @@ """A filter plugin.""" -# pylint: disable=invalid-name def a_test_filter(a, b): |