Skip to content

Commit 329be6c

Browse files
authored
Merge pull request #11332 from sbidoul/remove-todo
Remove TODO
2 parents 56dcb7f + 0f559ad commit 329be6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pip/__pip-runner__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def find_spec(
3030
return spec
3131

3232

33-
# TODO https://github.com/pypa/pip/issues/11294
3433
sys.meta_path.insert(0, PipImportRedirectingFinder())
3534

3635
assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module"

0 commit comments

Comments
 (0)