open_iscsi: minor PEP8 whitespace fixes

pull/18777/head
Serge van Ginderachter 9 years ago committed by Matt Clay
parent 21720f6bee
commit 14ba9b4b31

@ -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…
Cancel
Save