removed debug package
This commit is contained in:
parent
92dea03181
commit
f84af48733
1 changed files with 2 additions and 4 deletions
|
@ -193,8 +193,6 @@ try:
|
|||
except ImportError:
|
||||
HAS_BOTO3 = False
|
||||
|
||||
import q
|
||||
|
||||
|
||||
def describe_peering_connections(vpc_id, peer_vpc_id, client):
|
||||
result = client.describe_vpc_peering_connections(Filters=[
|
||||
|
|
Loading…
Reference in a new issue