Skip to content

Commit

Permalink
attempt to sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-astronomer committed Jun 21, 2023
1 parent 0b4c617 commit beaae88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions cmd/registry/dag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import (
"os"
"testing"

"github.com/astronomer/astro-cli/pkg/fileutil"
testUtil "github.com/astronomer/astro-cli/pkg/testing"
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"

"github.com/astronomer/astro-cli/pkg/fileutil"
testUtil "github.com/astronomer/astro-cli/pkg/testing"
)

func execDagCmd(args ...string) (string, error) {
Expand Down
5 changes: 3 additions & 2 deletions cmd/registry/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import (
"os"
"testing"

"github.com/astronomer/astro-cli/pkg/fileutil"
testUtil "github.com/astronomer/astro-cli/pkg/testing"
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"

"github.com/astronomer/astro-cli/pkg/fileutil"
testUtil "github.com/astronomer/astro-cli/pkg/testing"
)

func execProviderCmd(args ...string) (string, error) {
Expand Down

0 comments on commit beaae88

Please sign in to comment.