Skip to content

Commit 6e0176d

Browse files
committed
fixup! refactor: add builders for PyInfo, depset, runfiles
1 parent e893145 commit 6e0176d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/private/py_info.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def _PyInfoBuilder_build(self):
219219
else:
220220
kwargs = {}
221221

222-
# todo: for bazel 6, make this return BuiltinPyInfo
223222
return _EffectivePyInfo(
224223
has_py2_only_sources = self._has_py2_only_sources[0],
225224
has_py3_only_sources = self._has_py3_only_sources[0],

0 commit comments

Comments
 (0)