From 42611e60047a8295107bf4d2bc28193142f26fe3 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 1 Jul 2019 13:03:33 -0700 Subject: [PATCH] fix build --- builder/amazon/common/step_run_spot_instance.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/builder/amazon/common/step_run_spot_instance.go b/builder/amazon/common/step_run_spot_instance.go index 65e6f6cf9..ceddc19df 100644 --- a/builder/amazon/common/step_run_spot_instance.go +++ b/builder/amazon/common/step_run_spot_instance.go @@ -11,8 +11,6 @@ import ( "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/aws/aws-sdk-go/service/ec2/ec2iface" "github.com/hashicorp/packer/common/random" "github.com/hashicorp/packer/common/retry" "github.com/hashicorp/packer/helper/communicator"