mirror of https://github.com/astral-sh/ruff
Add Applicability to pandas_vet (#5252)
This commit is contained in:
parent
41ef17b007
commit
2b76d88bd3
|
|
@ -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]))
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue