1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Pep8 fixes for parted (#24713)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2017-05-17 13:53:41 +05:30 committed by John R Barker
parent 036ba7eeec
commit ad41d0e88f
2 changed files with 44 additions and 46 deletions

View file

@ -192,7 +192,6 @@ EXAMPLES = """
from ansible.module_utils.basic import AnsibleModule
import locale
import math
import re
import os

View file

@ -669,7 +669,6 @@ lib/ansible/modules/system/openwrt_init.py
lib/ansible/modules/system/osx_defaults.py
lib/ansible/modules/system/pam_limits.py
lib/ansible/modules/system/pamd.py
lib/ansible/modules/system/parted.py
lib/ansible/modules/system/puppet.py
lib/ansible/modules/system/runit.py
lib/ansible/modules/system/seboolean.py