Skip to content

Commit

Permalink
refactor(organization_user): fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vmyroslav committed Dec 10, 2024
1 parent 1c492ad commit 480c4b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ import (
"context"
"fmt"

"github.com/aiven/go-client-codegen/handler/organizationuser"

"github.com/aiven/terraform-provider-aiven/internal/common"

avngen "github.com/aiven/go-client-codegen"
"github.com/aiven/go-client-codegen/handler/organizationuser"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"

"github.com/aiven/terraform-provider-aiven/internal/common"
"github.com/aiven/terraform-provider-aiven/internal/schemautil"
"github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import (
"context"
"fmt"

"github.com/aiven/terraform-provider-aiven/internal/common"

avngen "github.com/aiven/go-client-codegen"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"

"github.com/aiven/terraform-provider-aiven/internal/common"
"github.com/aiven/terraform-provider-aiven/internal/schemautil"
)

Expand Down

0 comments on commit 480c4b5

Please sign in to comment.