Skip to content

Commit

Permalink
fixed up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 committed Nov 28, 2024
1 parent 268cf29 commit a82d9d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions octopusdeploy_framework/resource_tenant_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"fmt"
internalErrors "github.com/OctopusDeploy/terraform-provider-octopusdeploy/internal/errors"
"net/http"
"strings"

"github.com/OctopusDeploy/go-octopusdeploy/v2/pkg/core"
"github.com/OctopusDeploy/go-octopusdeploy/v2/pkg/tenants"
Expand All @@ -17,7 +16,6 @@ import (
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-log/tflog"
"net/http"
)

type tenantProjectResource struct {
Expand Down

0 comments on commit a82d9d7

Please sign in to comment.