Add missing import keyword into snippet in Guidelines

PR #36779
pull/36364/head
Julien Vey 7 years ago committed by Sviatoslav Sydorenko
parent 443327f665
commit 57f01c63e9

@ -214,7 +214,7 @@ exceptions. Call this on your exception and it will report the error together w
use in Ansible verbose mode.
```python
from ansible.module_utils.aws.core AnsibleAWSModule
from ansible.module_utils.aws.core import AnsibleAWSModule
# Set up module parameters
...

Loading…
Cancel
Save