Remove unused import

This commit is contained in:
Taliesin Sisson 2016-11-06 15:18:39 +00:00
parent 3f0835aab2
commit 04a6880361
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
package common
import (
"time"
"github.com/mitchellh/packer/helper/communicator"
"github.com/mitchellh/packer/template/interpolate"
)