pep8 fix
E305 expected 2 blank lines after class or function definition, found 1 Change-Id: I6fcbebf2f46d1b95793f6a79cabfb016c92616c6
This commit is contained in:
parent
73de0092a3
commit
3ea9b2822b
@ -363,5 +363,6 @@ def main():
|
||||
resp = {'stderr': exp}
|
||||
module.fail_json(msg='Failed Process', **resp)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user