Skip to content

Commit 3f5fee6

Browse files
committed
fixup! comment: revert the making attr public
1 parent 22333e1 commit 3f5fee6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/private/config_settings.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ _python_version_major_minor_flag = rule(
165165
implementation = _python_version_major_minor_flag_impl,
166166
build_setting = config.string(flag = False),
167167
attrs = {
168-
"_python_version_flag": attr.label(default = _PYTHON_VERSION_FLAG),
168+
"_python_version_flag": attr.label(
169+
default = _PYTHON_VERSION_FLAG,
170+
),
169171
},
170172
)
171173

0 commit comments

Comments
 (0)