merge complete

This commit is contained in:
Shreyas Goenka 2023-05-17 14:07:57 +02:00
parent 4b37b94630
commit a086574a69
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"github.com/databricks/bricks/cmd/root" "github.com/databricks/cli/cmd/root"
"github.com/databricks/bricks/libs/template" "github.com/databricks/cli/libs/template"
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )

View File

@ -6,8 +6,8 @@ import (
"path/filepath" "path/filepath"
"testing" "testing"
_ "github.com/databricks/bricks/cmd/init" _ "github.com/databricks/cli/cmd/init"
"github.com/databricks/bricks/cmd/root" "github.com/databricks/cli/cmd/root"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )