From 5b427db9c211ad5f4817283f62d09cb20981c0b4 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 13 Mar 2024 12:31:50 -0500 Subject: [PATCH] Update crates/ruff/tests/snapshots/integration_test__rule_f401.snap Co-authored-by: Alex Waygood --- crates/ruff/tests/snapshots/integration_test__rule_f401.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruff/tests/snapshots/integration_test__rule_f401.snap b/crates/ruff/tests/snapshots/integration_test__rule_f401.snap index 2c69bfa92bcd0c..e16a2cb85eead5 100644 --- a/crates/ruff/tests/snapshots/integration_test__rule_f401.snap +++ b/crates/ruff/tests/snapshots/integration_test__rule_f401.snap @@ -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