Skip to content

Commit 5f77ecd

Browse files
committed
More buildifier
1 parent d7e1759 commit 5f77ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/private/flags.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ load(":enum.bzl", "FlagEnum", "enum")
3737
#
3838
# See https://github.com/bazel-contrib/rules_python/issues/3252.
3939
_POSSIBLY_NATIVE_FLAGS = {
40-
"disable_py2": (lambda ctx: ctx.fragments.py.disable_py2, "native"),
41-
"default_to_explicit_init_py": (lambda ctx: ctx.fragments.py.default_to_explicit_init_py, "native"),
4240
"build_python_zip": (lambda ctx: ctx.fragments.py.build_python_zip, "native"),
41+
"default_to_explicit_init_py": (lambda ctx: ctx.fragments.py.default_to_explicit_init_py, "native"),
42+
"disable_py2": (lambda ctx: ctx.fragments.py.disable_py2, "native"),
4343
"python_import_all_repositories": (lambda ctx: ctx.fragments.bazel_py.python_import_all_repositories, "native"),
4444
"python_path": (lambda ctx: ctx.fragments.bazel_py.python_path, "native"),
4545
"use_toolchains": (lambda ctx: ctx.fragments.py.use_toolchains, "native"),

0 commit comments

Comments
 (0)