open_iscsi: minor PEP8 whitespace fixes
This commit is contained in:
parent
21720f6bee
commit
14ba9b4b31
1 changed files with 14 additions and 14 deletions
|
@ -108,6 +108,7 @@ import time
|
|||
|
||||
ISCSIADM = 'iscsiadm'
|
||||
|
||||
|
||||
def compare_nodelists(l1, l2):
|
||||
|
||||
l1.sort()
|
||||
|
@ -368,7 +369,6 @@ def main():
|
|||
module.exit_json(**result)
|
||||
|
||||
|
||||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
|
|
Loading…
Reference in a new issue