Remove stale comment (#4413)

This commit is contained in:
Zanie Blue 2024-06-19 11:01:33 -04:00 committed by GitHub
parent 39da3917e5
commit 1f2dd5b942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,7 +142,6 @@ pub enum ToolchainSource {
Managed,
/// The toolchain was found via the invoking interpreter i.e. via `python -m uv ...`
ParentInterpreter,
// TODO(zanieb): Add support for fetching the interpreter from a remote source
}
#[derive(Error, Debug)]