From 04a6880361c0fd74a8f27568d50ea0bc3ed9199c Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Sun, 6 Nov 2016 15:18:39 +0000 Subject: [PATCH] Remove unused import --- builder/hyperv/common/ssh_config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/builder/hyperv/common/ssh_config.go b/builder/hyperv/common/ssh_config.go index 0217287e0..3569a00b6 100644 --- a/builder/hyperv/common/ssh_config.go +++ b/builder/hyperv/common/ssh_config.go @@ -1,8 +1,6 @@ package common import ( - "time" - "github.com/mitchellh/packer/helper/communicator" "github.com/mitchellh/packer/template/interpolate" )