Skip to content

Commit 53a532e

Browse files
committed
Fix sanity errors.
1 parent a138f66 commit 53a532e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/modules/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
cur_context = None
1313

14+
1415
def set_module_args(args):
1516

1617
global cur_context
@@ -42,6 +43,7 @@ def set_module_args(args):
4243
serialized_args = json.dumps({"ANSIBLE_MODULE_ARGS": args})
4344
basic._ANSIBLE_ARGS = to_bytes(serialized_args)
4445

46+
4547
class AnsibleExitJson(Exception):
4648
pass
4749

0 commit comments

Comments
 (0)