cleanup imports

This commit is contained in:
Jake Champlin 2017-04-12 10:49:52 -04:00
parent 53fe7c2293
commit 82a7d4b4a5
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
package template
import (
"testing"
"regexp"
"testing"
r "github.com/hashicorp/terraform/helper/resource"
)