mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
remove extraneous imports
This commit is contained in:
@@ -92,11 +92,6 @@ EXAMPLES = """
|
||||
local_action: cloudtrail state=absent name=main region=us-east-1
|
||||
"""
|
||||
|
||||
import time
|
||||
import sys
|
||||
import os
|
||||
from collections import Counter
|
||||
|
||||
boto_import_failed = False
|
||||
try:
|
||||
import boto
|
||||
|
||||
Reference in New Issue
Block a user