We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ff63f commit 13c756cCopy full SHA for 13c756c
tests/runfiles/runfiles_test.py
@@ -639,7 +639,7 @@ def testDirectoryBasedRlocationWithCompactRepoMappingOrderMatters(self) -> None:
639
def testRepositoryMappingLookup(self) -> None:
640
"""Test _RepositoryMapping.lookup() method for both exact and prefix-based mappings."""
641
from python.runfiles.runfiles import (
642
- _RepositoryMapping, # buildifier: disable=bzl-visibility
+ _RepositoryMapping,
643
)
644
645
exact_mappings = {
0 commit comments