Skip to content

Commit

Permalink
Fix typo in banned-from (#6977)
Browse files Browse the repository at this point in the history
Oops...
  • Loading branch information
charliermarsh authored Aug 29, 2023
1 parent 4d49d5e commit b7634b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/ruff_workspace/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ pub struct Flake8ImportConventionsOptions {
"#
)]
/// A list of modules that should not be imported from using the
/// `import ... from ...` syntax.
/// `from ... import ...` syntax.
///
/// For example, given `banned-from = ["pandas"]`, `from pandas import DataFrame`
/// would be disallowed, while `import pandas` would be allowed.
Expand Down
2 changes: 1 addition & 1 deletion ruff.schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7634b6

Please sign in to comment.