command/refresh: Fix import formats to prevent flapping

pull/3442/merge
James Nugent 11 years ago
parent a1d05e2a4c
commit a5e51f6dad

@ -1,6 +1,7 @@
package command
import (
"bytes"
"io/ioutil"
"os"
"path/filepath"
@ -8,7 +9,6 @@ import (
"strings"
"testing"
"bytes"
"github.com/hashicorp/terraform/terraform"
"github.com/mitchellh/cli"
)

Loading…
Cancel
Save