Skip to content

Commit 3eebda1

Browse files
authored
cleanup: delete commented out line forgottenly left in (#1535)
I forget to remove a commented out line before merging a PR; just cleaning that up.
1 parent cb56a0f commit 3eebda1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/pip_parse/pip_parse_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class PipInstallTest(unittest.TestCase):
2828
def _remove_leading_dirs(self, paths):
2929
# Removes the first two directories (external/<reponame>)
3030
# to normalize what workspace and bzlmod produce.
31-
#return [str(Path(*Path(v).parts[2:])) for v in paths]
3231
return [
3332
'/'.join(v.split('/')[2:])
3433
for v in paths

0 commit comments

Comments
 (0)