command/info: remove unused import

This commit is contained in:
Armon Dadgar 2014-03-05 15:02:56 -08:00
parent b73a381e6d
commit 3dce250892
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"