From 585694865715d72e7d298f95df0e8753cc0a6e9d Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Tue, 18 May 2021 15:34:41 -0400 Subject: [PATCH] Remove empty docstring in filter plugin (#106) A recent change somewhere upstream broke the sanity tests. This partially reverts 0eb1559cc7347398a66bcb6586e37d594d094106 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. --- plugins/filter/k8s.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/filter/k8s.py b/plugins/filter/k8s.py index bf19ba3b..3674d30d 100644 --- a/plugins/filter/k8s.py +++ b/plugins/filter/k8s.py @@ -22,9 +22,6 @@ def k8s_config_resource_name(resource): # ---- Ansible filters ---- class FilterModule(object): - """ - - """ def filters(self): return {