Skip to content

Commit

Permalink
Update crates/ruff/tests/snapshots/integration_test__rule_f401.snap
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 committed Mar 13, 2024
1 parent ca47833 commit 5b427db
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ from module import member as member

## Fix safety

When `ignore_init_module_imports` is disabled, fixes can remove for unused imports in `__init__` files.
When `ignore_init_module_imports` is disabled, fixes can remove unused imports in `__init__` files.
These fixes are considered unsafe because they can change the public interface.

## Example
Expand Down

0 comments on commit 5b427db

Please sign in to comment.