📝 Update readme example for adding isort required imports (#1824)

Fixes use of  isort name to the ruff name.
This commit is contained in:
nefrob
2023-01-12 11:18:06 -07:00
committed by GitHub
parent dcccfe2591
commit 39aae28eb4
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ pub struct Options {
default = r#"[]"#,
value_type = "Vec<String>",
example = r#"
add-import = ["from __future__ import annotations"]
required-imports = ["from __future__ import annotations"]
"#
)]
/// Add the specified import line to all files.