Skip to content

Commit

Permalink
nit: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Feb 21, 2024
1 parent d4d69a3 commit 1e1a2c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package dataapigeneratorjson

import (
"fmt"
"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"
"path/filepath"

"github.com/hashicorp/go-hclog"
"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/dataapigeneratorjson/transforms"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package dataapigeneratorjson

import (
"fmt"
"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"
"path/filepath"

"github.com/hashicorp/go-hclog"
"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/dataapigeneratorjson/transforms"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package dataapigeneratorjson

import (
"fmt"
"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"
"path/filepath"

"github.com/hashicorp/go-hclog"
"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/dataapigeneratorjson/transforms"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package transforms

import (
"fmt"
"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"

"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"
"github.com/hashicorp/pandora/tools/sdk/dataapimodels"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package transforms

import (
"fmt"
"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"
"sort"
"strings"

"github.com/hashicorp/pandora/tools/data-api-sdk/v1/models"
"github.com/hashicorp/pandora/tools/sdk/dataapimodels"
)

Expand Down

0 comments on commit 1e1a2c3

Please sign in to comment.