Skip to content

Commit ba05d71

Browse files
committed
more cleanup
1 parent b2c73c0 commit ba05d71

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

python/private/pypi/flags.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ _platform_release_config = rule(
130130
)
131131

132132
def _platform_version_config_impl(ctx):
133+
_ = ctx # @unused
133134
return [BuildSettingInfo(value = "")]
134135

135136
# Despite its name, this "version" value is not a simple version value.

tests/pypi/env_marker_setting/env_marker_setting_tests.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
"""env_marker_setting tests."""
2+
13
load("@rules_testing//lib:analysis_test.bzl", "analysis_test")
24
load("@rules_testing//lib:test_suite.bzl", "test_suite")
35
load("@rules_testing//lib:util.bzl", "TestingAspectInfo")
4-
load("//python/private/pypi:env_marker_setting.bzl", "env_marker_setting")
6+
load("//python/private/pypi:env_marker_setting.bzl", "env_marker_setting") # buildifier: disable=bzl-visibility
57
load("//tests/support:support.bzl", "PYTHON_VERSION")
68

79
_tests = []

0 commit comments

Comments
 (0)