mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
fix pep8, fixes build (#26660)
This commit is contained in:
parent
da540b5c48
commit
0391ac6ece
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ import traceback
|
||||||
# We will also export HAS_BOTO3 so end user modules can use it.
|
# We will also export HAS_BOTO3 so end user modules can use it.
|
||||||
__all__ = ('AnsibleAWSModule', 'HAS_BOTO3',)
|
__all__ = ('AnsibleAWSModule', 'HAS_BOTO3',)
|
||||||
|
|
||||||
|
|
||||||
class AnsibleAWSModule(object):
|
class AnsibleAWSModule(object):
|
||||||
"""An ansible module class for AWS modules
|
"""An ansible module class for AWS modules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue