Skip to content

Commit 3c23b93

Browse files
committed
remove TODO notes
1 parent 3dd0182 commit 3c23b93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/private/pypi/select_whl.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ load(":parse_whl_name.bzl", "parse_whl_name")
55

66
def _get_priority(*, tag, values, allow_wildcard = True):
77
for priority, wp in enumerate(values):
8-
# TODO @aignas 2025-06-16: move the matcher validation out of this
9-
# TODO @aignas 2025-06-21: test the 'cp*' matching
108
head, sep, tail = wp.partition("*")
119
if "*" in tail:
1210
fail("only a single '*' can be present in the matcher")

0 commit comments

Comments
 (0)