command/info: remove unused import

This commit is contained in:
Armon Dadgar 2014-03-05 15:02:56 -08:00
parent 37a16979d7
commit 04818636e7
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
package command
import (
"fmt"
"github.com/mitchellh/cli"
"strings"
"testing"