Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilturek committed Dec 21, 2024
1 parent c0250da commit 0e12661
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/service/events/buses_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ package events
import (
"context"

"github.com/aws/aws-sdk-go-v2/service/eventbridge"
awstypes "github.com/aws/aws-sdk-go-v2/service/eventbridge/types"
"github.com/hashicorp/terraform-plugin-framework-timetypes/timetypes"
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
Expand All @@ -15,9 +17,6 @@ import (
"github.com/hashicorp/terraform-provider-aws/internal/framework/flex"
fwtypes "github.com/hashicorp/terraform-provider-aws/internal/framework/types"
"github.com/hashicorp/terraform-provider-aws/names"

"github.com/aws/aws-sdk-go-v2/service/eventbridge"
awstypes "github.com/aws/aws-sdk-go-v2/service/eventbridge/types"
)

// @FrameworkDataSource(name="Event Buses")
Expand Down

0 comments on commit 0e12661

Please sign in to comment.