From 907bdfe5b268847329a5cfff0c60338de28ec5fb Mon Sep 17 00:00:00 2001 From: Thiago Oliveira Date: Thu, 18 Mar 2021 02:50:32 -0700 Subject: [PATCH] fix: flake8 error on mocked modules (#1472) Co-authored-by: Thiago Oliveira --- src/ansiblelint/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansiblelint/constants.py b/src/ansiblelint/constants.py index e1c136102d..e2ff2caa33 100644 --- a/src/ansiblelint/constants.py +++ b/src/ansiblelint/constants.py @@ -43,6 +43,7 @@ EXAMPLES = '''mocked''' RETURN = '''mocked''' + def main(): result = dict( changed=False,