Remove extra newline (#14907)

Fixes https://github.com/astral-sh/uv/pull/14905#discussion_r2231915714
This commit is contained in:
Zanie Blue 2025-07-25 15:40:09 -05:00 committed by GitHub
parent 7b8dd5cfaf
commit ae1964935f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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(),