mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 05:49:09 -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.
|
||||
__all__ = ('AnsibleAWSModule', 'HAS_BOTO3',)
|
||||
|
||||
|
||||
class AnsibleAWSModule(object):
|
||||
"""An ansible module class for AWS modules
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue