Skip to content

Commit

Permalink
Update crates/ruff_linter/src/rules/pyflakes/rules/unused_import.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
zanieb and AlexWaygood authored Mar 13, 2024
1 parent c11d7b7 commit ca47833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ fn fix_imports(
checker.stylist(),
checker.indexer(),
)?;
// It's unsafe to remove things from init because it can break public interfaces
// It's unsafe to remove things from `__init__.py` because it can break public interfaces
let applicability = if in_init {
Applicability::Unsafe
} else {
Expand Down

0 comments on commit ca47833

Please sign in to comment.