Skip to content

Commit 3710957

Browse files
committed
buildifier
1 parent 2533a7f commit 3710957

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

python/private/pypi/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ bzl_library(
111111
deps = [
112112
":evaluate_markers_bzl",
113113
":hub_builder_bzl",
114-
":platform_bzl",
115114
":hub_repository_bzl",
116115
":parse_whl_name_bzl",
117116
":pep508_env_bzl",
118117
":pip_repository_attrs_bzl",
118+
":platform_bzl",
119119
":simpleapi_download_bzl",
120120
":whl_library_bzl",
121121
"//python/private:auth_bzl",

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ load(":hub_repository.bzl", "hub_repository", "whl_config_settings_to_json")
2727
load(":parse_whl_name.bzl", "parse_whl_name")
2828
load(":pep508_env.bzl", "env")
2929
load(":pip_repository_attrs.bzl", "ATTRS")
30-
load(":simpleapi_download.bzl", "simpleapi_download")
3130
load(":platform.bzl", _plat = "platform")
31+
load(":simpleapi_download.bzl", "simpleapi_download")
3232
load(":whl_library.bzl", "whl_library")
3333

3434
def _whl_mods_impl(whl_mods_dict):

python/private/pypi/platform.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def platform(*, name, arch_name, os_name, config_settings = [], env = {}, marker
1919
Returns:
2020
struct with the necessary values for pipstar implementation.
2121
"""
22+
2223
# NOTE @aignas 2025-07-08: the least preferred is the first item in the list
2324
if "any" not in whl_platform_tags:
2425
# the lowest priority one needs to be the first one

0 commit comments

Comments
 (0)