Skip to content

Commit

Permalink
fix: flake8 error on mocked modules (#1472)
Browse files Browse the repository at this point in the history
Co-authored-by: Thiago Oliveira <thiago.oliveira@workday.com>
  • Loading branch information
chilicheech and Thiago Oliveira committed Mar 18, 2021
1 parent 57d4d33 commit 907bdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansiblelint/constants.py
Expand Up @@ -43,6 +43,7 @@
EXAMPLES = '''mocked'''
RETURN = '''mocked'''
def main():
result = dict(
changed=False,
Expand Down

0 comments on commit 907bdfe

Please sign in to comment.