1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

removed debug package

This commit is contained in:
Mike Mochan 2015-12-29 20:12:28 +10:00 committed by Matt Clay
parent 39a132a44e
commit 842b347c7e

View file

@ -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=[