Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbush committed Dec 7, 2023
1 parent 9d304e4 commit 304db0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package config

import (
"context"
"github.com/upbound/provider-aws/config/iot"

// Note(ezgidemirel): we are importing this to embed provider schema document
_ "embed"
Expand Down Expand Up @@ -63,6 +62,7 @@ import (
"github.com/upbound/provider-aws/config/glue"
"github.com/upbound/provider-aws/config/grafana"
"github.com/upbound/provider-aws/config/iam"
"github.com/upbound/provider-aws/config/iot"
"github.com/upbound/provider-aws/config/kafka"
"github.com/upbound/provider-aws/config/kendra"
"github.com/upbound/provider-aws/config/kinesis"
Expand Down

0 comments on commit 304db0d

Please sign in to comment.