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:
parent
036ba7eeec
commit
ad41d0e88f
2 changed files with 44 additions and 46 deletions
|
@ -192,7 +192,6 @@ EXAMPLES = """
|
|||
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
import locale
|
||||
import math
|
||||
import re
|
||||
import os
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue