mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
Remove unused import (#48639)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
685ea357f9
commit
69191b10c1
7 changed files with 3 additions and 12 deletions
|
@ -252,8 +252,6 @@ creation_time:
|
|||
sample: '2017-09-28T08:22:51.881000-03:00'
|
||||
''' # NOQA
|
||||
|
||||
import traceback
|
||||
|
||||
from ansible.module_utils.aws.core import AnsibleAWSModule
|
||||
from ansible.module_utils.ec2 import _camel_to_snake, camel_dict_to_snake_dict, ec2_argument_spec
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue