Skip to content

Commit bca2bc2

Browse files
committed
Remove unused code
1 parent 4a563db commit bca2bc2

File tree

13 files changed

+1
-534
lines changed

13 files changed

+1
-534
lines changed

bundle/artifacts/whl/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/databricks/cli/bundle"
1010
"github.com/databricks/cli/bundle/config"
1111
"github.com/databricks/cli/libs/cmdio"
12-
"github.com/databricks/cli/python"
12+
"github.com/databricks/cli/libs/python"
1313
)
1414

1515
type build struct {

python/utils.go renamed to libs/python/utils.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package python
22

3-
// TODO: move this package into the libs
4-
53
import (
64
"context"
75
"os"
File renamed without changes.

python/env.go

Lines changed: 0 additions & 101 deletions
This file was deleted.

python/env_test.go

Lines changed: 0 additions & 41 deletions
This file was deleted.

python/runner.go

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)