Skip to content

Commit

Permalink
fixing the import
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Apr 9, 2019
1 parent ac37aa2 commit 08d9a59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azurerm/helpers/azure/hdinsight.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ import (
"strconv"
"strings"

"github.com/terraform-providers/terraform-provider-azurestack/azurestack/helpers/azure"

"github.com/Azure/azure-sdk-for-go/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight"
"github.com/hashicorp/go-getter/helper/url"
"github.com/hashicorp/terraform/helper/schema"
"github.com/hashicorp/terraform/helper/validation"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/azure"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/validate"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/utils"
)
Expand Down

0 comments on commit 08d9a59

Please sign in to comment.