From 714313dc64a6dde383ba433a1ea08c39e5723e35 Mon Sep 17 00:00:00 2001 From: Thiago Oliveira Date: Wed, 17 Mar 2021 13:33:15 -0700 Subject: [PATCH] fix: flake8 error on mocked modules --- 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,