Skip to content

Commit 80d215f

Browse files
committed
Remove resolvedPyiDepsKey (unused)
1 parent e99a535 commit 80d215f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gazelle/python/resolve.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ const (
3939
// resolvedDepsKey is the attribute key used to pass dependencies that don't
4040
// need to be resolved by the dependency resolver in the Resolver step.
4141
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"
4542
)
4643

4744
// Resolver satisfies the resolve.Resolver interface. It resolves dependencies

0 commit comments

Comments
 (0)