Skip to content

Commit

Permalink
Bulk import cleanup (ansible-collections#360)
Browse files Browse the repository at this point in the history
* Split imports and reorder
* Import camel_dict_to_snake_dict and snake_dict_to_camel_dict direct from ansible.module_utils.common.dict_transformations
* Remove unused imports
* Route53 Info was migrated to Boto3 drop the HAS_BOTO check and import
* changelog

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections@130cf3c
  • Loading branch information
tremble authored and alinabuzachis committed Oct 13, 2023
1 parent a77b3f7 commit 25d3a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/iam_server_certificate_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@


try:
import boto3
import botocore
import botocore.exceptions
except ImportError:
Expand Down

0 comments on commit 25d3a35

Please sign in to comment.