Skip to content

Commit 13c756c

Browse files
committed
Remove bzl-visibility comment
1 parent 48ff63f commit 13c756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runfiles/runfiles_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def testDirectoryBasedRlocationWithCompactRepoMappingOrderMatters(self) -> None:
639639
def testRepositoryMappingLookup(self) -> None:
640640
"""Test _RepositoryMapping.lookup() method for both exact and prefix-based mappings."""
641641
from python.runfiles.runfiles import (
642-
_RepositoryMapping, # buildifier: disable=bzl-visibility
642+
_RepositoryMapping,
643643
)
644644

645645
exact_mappings = {

0 commit comments

Comments
 (0)