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 e893145 commit 6e0176dCopy full SHA for 6e0176d
python/private/py_info.bzl
@@ -219,7 +219,6 @@ def _PyInfoBuilder_build(self):
219
else:
220
kwargs = {}
221
222
- # todo: for bazel 6, make this return BuiltinPyInfo
223
return _EffectivePyInfo(
224
has_py2_only_sources = self._has_py2_only_sources[0],
225
has_py3_only_sources = self._has_py3_only_sources[0],
0 commit comments