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:
|
||||
import botocore
|
||||
import boto3
|
||||
import boto
|
||||
HAS_BOTO3 = True
|
||||
except ImportError:
|
||||
HAS_BOTO3 = False
|
||||
|
|
Loading…
Reference in a new issue