remove extraneous imports

reviewable/pr18780/r1
Alex Lo 10 years ago committed by Greg DeKoenigsberg
parent ae75c26f87
commit ea0f0ec7d3

@ -90,11 +90,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

Loading…
Cancel
Save