Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Codelax committed Nov 26, 2024
1 parent cc54198 commit 29af424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/iam/user_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package iam
import (
"context"
"fmt"
"github.com/scaleway/terraform-provider-scaleway/v2/internal/types"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
iam "github.com/scaleway/scaleway-sdk-go/api/iam/v1alpha1"
"github.com/scaleway/scaleway-sdk-go/scw"
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/account"
"github.com/scaleway/terraform-provider-scaleway/v2/internal/types"
"github.com/scaleway/terraform-provider-scaleway/v2/internal/verify"
)

Expand Down

0 comments on commit 29af424

Please sign in to comment.