Skip to content

Commit 6b4bcf4

Browse files
committed
ansible: remove cutpasted docstring
1 parent 619f4de commit 6b4bcf4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ansible_mitogen/parsing.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@
2626
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2727
# POSSIBILITY OF SUCH DAMAGE.
2828

29-
"""
30-
Classes to detect each case from [0] and prepare arguments necessary for the
31-
corresponding Runner class within the target, including preloading requisite
32-
files/modules known missing.
33-
34-
[0] "Ansible Module Architecture", developing_program_flow_modules.html
35-
"""
36-
3729
from __future__ import absolute_import
3830
from __future__ import unicode_literals
3931

0 commit comments

Comments
 (0)