From 5080007b0d38a09929777149e6433c6568081295 Mon Sep 17 00:00:00 2001 From: Ryn Daniels Date: Thu, 21 Nov 2019 13:08:40 +0100 Subject: [PATCH] Remove commented out import --- aws/resource_aws_ec2_fleet_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/aws/resource_aws_ec2_fleet_test.go b/aws/resource_aws_ec2_fleet_test.go index 403f77e51f5a..2ee8f058d695 100644 --- a/aws/resource_aws_ec2_fleet_test.go +++ b/aws/resource_aws_ec2_fleet_test.go @@ -9,7 +9,6 @@ import ( "time" "github.com/aws/aws-sdk-go/aws" - //"github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/service/ec2" "github.com/hashicorp/terraform-plugin-sdk/helper/acctest" "github.com/hashicorp/terraform-plugin-sdk/helper/resource"