Remove resolved TODO in `uv run` (#5407)

This commit is contained in:
Charlie Marsh 2024-07-24 09:54:16 -04:00 committed by GitHub
parent 9b12fcb90d
commit cf971a86d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -373,7 +373,6 @@ pub(crate) async fn run(
.into_interpreter()
};
// TODO(charlie): If the environment satisfies the requirements, skip creation.
// TODO(charlie): Pass the already-installed versions as preferences, or even as the
// "installed" packages, so that we can skip re-installing them in the ephemeral
// environment.