Remove empty docstring in filter plugin (#106)

A recent change somewhere upstream broke the sanity tests. This
partially reverts 0eb1559cc7 to remove the
empty docstring on the filter plugin. The reason the empty docstring was
added in the first place was to fix a problem with the doc generation
script. However, a recent change to the collection_prep project fixed
that issue so we no longer need the empty docstring.
This commit is contained in:
Mike Graves
2021-05-18 15:34:41 -04:00
committed by GitHub
parent 5bb827f0f4
commit 5856948657

View File

@@ -22,9 +22,6 @@ def k8s_config_resource_name(resource):
# ---- Ansible filters ----
class FilterModule(object):
"""
"""
def filters(self):
return {