Rename "unused_ctx" to "_unused_ctx", maybe buildifier will like that more?

This commit is contained in:
Bocete 2024-11-15 15:17:06 -08:00 committed by GitHub
parent 2b6af3a889
commit 00f982a375
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ _DormantTargetTestDependencyInfo = provider(
},
)
def _inspect_dormant_target_fake_dependency_rule_impl(unused_ctx):
def _inspect_dormant_target_fake_dependency_rule_impl(_unused_ctx):
return [
_DormantTargetTestDependencyInfo(
value = "i am material",