mirror of https://github.com/astral-sh/uv
Remove extra newline (#14907)
Fixes https://github.com/astral-sh/uv/pull/14905#discussion_r2231915714
This commit is contained in:
parent
7b8dd5cfaf
commit
ae1964935f
|
|
@ -271,7 +271,6 @@ fn validate_uv_toml(path: &Path, options: &Options) -> Result<(), Error> {
|
|||
"environments",
|
||||
));
|
||||
}
|
||||
|
||||
if required_environments.is_some() {
|
||||
return Err(Error::PyprojectOnlyField(
|
||||
path.to_path_buf(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue