We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9e096 commit 59b0f49Copy full SHA for 59b0f49
gazelle/python/target.go
@@ -20,7 +20,6 @@ import (
20
"github.com/emirpasic/gods/sets/treeset"
21
godsutils "github.com/emirpasic/gods/utils"
22
"path/filepath"
23
- "fmt"
24
"strings"
25
)
26
@@ -80,9 +79,6 @@ func (t *targetBuilder) addModuleDependency(dep module) *targetBuilder {
80
79
// importing another module from the same package, converting to absolute imports to make
81
// dependency resolution easier
82
dep.Name = importSpecFromSrc(t.pythonProjectRoot, t.bzlPackage, fileName).Imp
83
- if strings.Contains(dep.Name, "subpackage1") {
84
- fmt.Printf("Added module dependency %q", dep.Name)
85
- }
86
}
87
t.deps.Add(dep)
88
return t
0 commit comments