Skip to content

Commit

Permalink
Remove empty docstring in filter plugin (#106)
Browse files Browse the repository at this point in the history
A recent change somewhere upstream broke the sanity tests. This
partially reverts 0eb1559 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.
  • Loading branch information
gravesm authored May 18, 2021
1 parent 5bb827f commit 5856948
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/filter/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ def k8s_config_resource_name(resource):

# ---- Ansible filters ----
class FilterModule(object):
"""
"""

def filters(self):
return {
Expand Down

0 comments on commit 5856948

Please sign in to comment.