Skip to content

Commit 5f1b519

Browse files
Update tests/pypi/hub_builder/hub_builder_tests.bzl
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9812796 commit 5f1b519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pypi/hub_builder/hub_builder_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def hub_builder(
106106
extra_aliases = subjects.dict,
107107
),
108108
),
109-
pip_parse = lambda *a, **k: builder.pip_parse(*a, **k),
109+
pip_parse = builder.pip_parse,
110110
)
111111
return self
112112

0 commit comments

Comments
 (0)