Add Applicability to pandas_vet (#5252)

This commit is contained in:
Evan Rittenhouse 2023-06-21 12:12:47 -05:00 committed by GitHub
parent 41ef17b007
commit 2b76d88bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -40,6 +40,5 @@ pub(super) fn convert_inplace_argument_to_assignment(
false, false,
) )
.ok()?; .ok()?;
#[allow(deprecated)] Some(Fix::suggested_edits(insert_assignment, [remove_argument]))
Some(Fix::unspecified_edits(insert_assignment, [remove_argument]))
} }