Skip to content

Commit e58413c

Browse files
committed
buildifier
1 parent aef8f47 commit e58413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/python_repository.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def _python_repository_impl(rctx):
6767
version_suffix = "t" if "freethreaded" in release_filename else ""
6868
python_short_version = "{0}.{1}{suffix}".format(
6969
suffix = version_suffix,
70-
*python_version_info,
70+
*python_version_info
7171
)
7272
urls = rctx.attr.urls or [rctx.attr.url]
7373
auth = get_auth(rctx, urls)

0 commit comments

Comments
 (0)