removed debug package

pull/18777/head
Mike Mochan 9 years ago committed by Matt Clay
parent 39a132a44e
commit 842b347c7e

@ -193,8 +193,6 @@ try:
except ImportError: except ImportError:
HAS_BOTO3 = False HAS_BOTO3 = False
import q
def describe_peering_connections(vpc_id, peer_vpc_id, client): def describe_peering_connections(vpc_id, peer_vpc_id, client):
result = client.describe_vpc_peering_connections(Filters=[ result = client.describe_vpc_peering_connections(Filters=[

Loading…
Cancel
Save