Skip to content

Commit a8d67ed

Browse files
committed
undo an unnecessary change
1 parent 29c82d1 commit a8d67ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def _create_whl_repos(
317317
if v != default
318318
})
319319

320-
for src in sorted(whl.srcs, key = lambda x: x.filename):
320+
for src in whl.srcs:
321321
repo = _whl_repo(
322322
src = src,
323323
whl_library_args = whl_library_args,

0 commit comments

Comments
 (0)