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 e99a535 commit 80d215fCopy full SHA for 80d215f
gazelle/python/resolve.go
@@ -39,9 +39,6 @@ const (
39
// resolvedDepsKey is the attribute key used to pass dependencies that don't
40
// need to be resolved by the dependency resolver in the Resolver step.
41
resolvedDepsKey = "_gazelle_python_resolved_deps"
42
- // resolvedPyiDepsKey is the attribute key used to pass type-checking dependencies that don't
43
- // need to be resolved by the dependency resolver in the Resolver step.
44
- resolvedPyiDepsKey = "_gazelle_python_resolved_pyi_deps"
45
)
46
47
// Resolver satisfies the resolve.Resolver interface. It resolves dependencies
0 commit comments