From 2861ad907415b63d8a97511594e655371793abbe Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Sun, 11 Oct 2020 11:44:31 -0700 Subject: [PATCH] clean up imports --- builder/proxmox/builder.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/builder/proxmox/builder.go b/builder/proxmox/builder.go index bef6ea4b9..6d99fc464 100644 --- a/builder/proxmox/builder.go +++ b/builder/proxmox/builder.go @@ -1,7 +1,5 @@ package proxmox -import ( - "github.com/hashicorp/packer/builder/proxmox/iso" -) +import proxmoxiso "github.com/hashicorp/packer/builder/proxmox/iso" type Builder = proxmoxiso.Builder