Skip to content

Commit 6d56efe

Browse files
committed
fixed the linter : grouping of imports
1 parent 6491285 commit 6d56efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/odb/cloud_autonomous_vm_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package odb
55
import (
66
"context"
77
"errors"
8-
"github.com/hashicorp/terraform-plugin-framework/path"
98
"time"
109

1110
"github.com/aws/aws-sdk-go-v2/aws"
@@ -15,6 +14,7 @@ import (
1514
"github.com/hashicorp/terraform-plugin-framework-timetypes/timetypes"
1615
"github.com/hashicorp/terraform-plugin-framework-validators/listvalidator"
1716
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
17+
"github.com/hashicorp/terraform-plugin-framework/path"
1818
"github.com/hashicorp/terraform-plugin-framework/resource"
1919
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
2020
"github.com/hashicorp/terraform-plugin-framework/resource/schema/boolplanmodifier"

0 commit comments

Comments
 (0)