Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anasmuhmd committed Aug 4, 2024
1 parent f1bf794 commit 6bc9ea5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
"github.com/Masterminds/sprig/v3"
"github.com/hashicorp/hcl/v2"
"github.com/zclconf/go-cty/cty"

"github.com/blackstork-io/fabric/pkg/diagnostics"
"github.com/blackstork-io/fabric/plugin"
"github.com/blackstork-io/fabric/plugin/dataspec"
"github.com/blackstork-io/fabric/plugin/dataspec/constraint"
"github.com/hashicorp/hcl/v2"
"github.com/zclconf/go-cty/cty"
)

func makeAzureOpenAITextContentSchema(loader AzureOpenAIClientLoadFn) *plugin.ContentProvider {
Expand Down
4 changes: 2 additions & 2 deletions internal/microsoft/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"context"
"fmt"

"github.com/zclconf/go-cty/cty"

"github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai"
"github.com/Azure/azure-sdk-for-go/sdk/azcore"
"github.com/zclconf/go-cty/cty"

"github.com/blackstork-io/fabric/internal/microsoft/client"
"github.com/blackstork-io/fabric/plugin"
)
Expand Down
2 changes: 1 addition & 1 deletion tools/docgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func main() {
stixview.Plugin(version),
nistnvd.Plugin(version, nil),
snyk.Plugin(version, nil),
microsoft.Plugin(version, nil),
microsoft.Plugin(version, nil, nil),
}
// generate markdown for each plugin
for _, p := range plugins {
Expand Down

0 comments on commit 6bc9ea5

Please sign in to comment.