remove extraneous imports
This commit is contained in:
parent
ce8d479c10
commit
66800925cd
1 changed files with 0 additions and 5 deletions
|
@ -92,11 +92,6 @@ EXAMPLES = """
|
||||||
local_action: cloudtrail state=absent name=main region=us-east-1
|
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
|
boto_import_failed = False
|
||||||
try:
|
try:
|
||||||
import boto
|
import boto
|
||||||
|
|
Loading…
Reference in a new issue