mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
fix lint
This commit is contained in:
parent
b419ea3928
commit
be6215014b
3 changed files with 10 additions and 3 deletions
|
@ -7,8 +7,6 @@
|
|||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: monit
|
||||
|
@ -44,6 +42,8 @@ EXAMPLES = '''
|
|||
import time
|
||||
import re
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
STATE_COMMAND_MAP = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue