cleanup: Run make format

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-04-15 14:29:17 +02:00
parent 6cb279e3d1
commit 7c5de4adf9
2 changed files with 11 additions and 3 deletions

View File

@@ -24,11 +24,13 @@ def set_module_args(args):
class AnsibleExitJson(Exception):
"""Exception class to be raised by module.exit_json and caught by the test case"""
pass
class AnsibleFailJson(Exception):
"""Exception class to be raised by module.fail_json and caught by the test case"""
pass