From 04818636e7b6116a4e74a85061c521e8085f3659 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 5 Mar 2014 15:02:56 -0800 Subject: [PATCH] command/info: remove unused import --- command/info_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/info_test.go b/command/info_test.go index 91ed721c20..3e48f95ca1 100644 --- a/command/info_test.go +++ b/command/info_test.go @@ -1,7 +1,6 @@ package command import ( - "fmt" "github.com/mitchellh/cli" "strings" "testing"