Skip to content

Commit

Permalink
Remove redundant return statement from a10_ser* (ansible#24930)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
  • Loading branch information
Akasurde authored and Qalthos committed May 23, 2017
1 parent 77be724 commit 91a72ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/ansible/modules/network/a10/a10_server.py
Expand Up @@ -88,10 +88,6 @@
'''

RETURN = '''
#
'''

EXAMPLES = '''
# Create a new server
- a10_server:
Expand Down
4 changes: 0 additions & 4 deletions lib/ansible/modules/network/a10/a10_service_group.py
Expand Up @@ -94,10 +94,6 @@
'''

RETURN = '''
#
'''

EXAMPLES = '''
# Create a new service-group
- a10_service_group:
Expand Down

0 comments on commit 91a72ce

Please sign in to comment.