Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Sep 26, 2024
1 parent ba0a11a commit 88da97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"context"
"errors"
"fmt"
"github.com/hashicorp/terraform-provider-azuread/internal/services/administrativeunits/migrations"
"log"
"time"

Expand All @@ -20,6 +19,7 @@ import (
"github.com/hashicorp/terraform-provider-azuread/internal/helpers/tf"
"github.com/hashicorp/terraform-provider-azuread/internal/helpers/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azuread/internal/helpers/tf/validation"
"github.com/hashicorp/terraform-provider-azuread/internal/services/administrativeunits/migrations"
)

func administrativeUnitRoleMemberResource() *pluginsdk.Resource {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/groups/group_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import (
"context"
"errors"
"fmt"
"github.com/hashicorp/go-azure-sdk/microsoft-graph/common-types/stable"
"slices"
"time"

"github.com/hashicorp/go-azure-helpers/lang/pointer"
"github.com/hashicorp/go-azure-helpers/lang/response"
"github.com/hashicorp/go-azure-sdk/microsoft-graph/common-types/beta"
"github.com/hashicorp/go-azure-sdk/microsoft-graph/common-types/stable"
groupBeta "github.com/hashicorp/go-azure-sdk/microsoft-graph/groups/beta/group"
memberBeta "github.com/hashicorp/go-azure-sdk/microsoft-graph/groups/beta/member"
ownerBeta "github.com/hashicorp/go-azure-sdk/microsoft-graph/groups/beta/owner"
Expand Down

0 comments on commit 88da97d

Please sign in to comment.