From 1ac427b647b276acd92def9e6bfa223c0d74d103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 31 Jul 2022 17:21:19 +0200 Subject: [PATCH] Remove TODO --- src/pip/__pip-runner__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pip/__pip-runner__.py b/src/pip/__pip-runner__.py index 280e99f2f08..14026c0d131 100644 --- a/src/pip/__pip-runner__.py +++ b/src/pip/__pip-runner__.py @@ -30,7 +30,6 @@ def find_spec( return spec -# TODO https://github.com/pypa/pip/issues/11294 sys.meta_path.insert(0, PipImportRedirectingFinder()) assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module"