Skip to content

Commit 074f623

Browse files
Update python/private/pypi/whl_metadata.bzl
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 6461690 commit 074f623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/whl_metadata.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def parse_whl_metadata(contents, entry_points_contents = ""):
5656
* `requires_dist`: {type}`list[str]` the list of requirements.
5757
* `provides_extra`: {type}`list[str]` the list of extras that this package
5858
provides.
59-
* `entry_points`: {type}`list[dict[str, str]]` the list of
59+
* `entry_points`: {type}`list[struct]` the list of
6060
entry_point metadata.
6161
"""
6262
parsed = {

0 commit comments

Comments
 (0)