diff --git a/cloud/amazon/ec2_vpc_nat_gateway.py b/cloud/amazon/ec2_vpc_nat_gateway.py index 69199f90537..ca920c52b28 100644 --- a/cloud/amazon/ec2_vpc_nat_gateway.py +++ b/cloud/amazon/ec2_vpc_nat_gateway.py @@ -205,7 +205,6 @@ nat_gateway_addresses: try: import botocore import boto3 - import boto HAS_BOTO3 = True except ImportError: HAS_BOTO3 = False