remove boto
This commit is contained in:
parent
2e42c72447
commit
4e8e38f631
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ nat_gateway_addresses:
|
||||||
try:
|
try:
|
||||||
import botocore
|
import botocore
|
||||||
import boto3
|
import boto3
|
||||||
import boto
|
|
||||||
HAS_BOTO3 = True
|
HAS_BOTO3 = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
HAS_BOTO3 = False
|
HAS_BOTO3 = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue