From 6b4bcf4fe01fa13113584209af88987b028febb5 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 2 Aug 2019 04:05:28 +0100 Subject: [PATCH] ansible: remove cutpasted docstring --- ansible_mitogen/parsing.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ansible_mitogen/parsing.py b/ansible_mitogen/parsing.py index 525e60cf..27fca7cd 100644 --- a/ansible_mitogen/parsing.py +++ b/ansible_mitogen/parsing.py @@ -26,14 +26,6 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -""" -Classes to detect each case from [0] and prepare arguments necessary for the -corresponding Runner class within the target, including preloading requisite -files/modules known missing. - -[0] "Ansible Module Architecture", developing_program_flow_modules.html -""" - from __future__ import absolute_import from __future__ import unicode_literals