From 6028415be71bc60c2a0fc9ac03f0abb1e51acae0 Mon Sep 17 00:00:00 2001 From: PLR <51248199+plredmond@users.noreply.github.com> Date: Mon, 20 May 2024 21:54:16 -0700 Subject: [PATCH] cargo insta review -- accept change in documentation --- crates/ruff/tests/snapshots/integration_test__rule_f401.snap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/ruff/tests/snapshots/integration_test__rule_f401.snap b/crates/ruff/tests/snapshots/integration_test__rule_f401.snap index e613061c8fab5..09b9e23c32d05 100644 --- a/crates/ruff/tests/snapshots/integration_test__rule_f401.snap +++ b/crates/ruff/tests/snapshots/integration_test__rule_f401.snap @@ -84,8 +84,7 @@ else: ``` ## Options -- Deprecated `lint.ignore-init-module-imports` to `true`. When set to `false`, unused imports -in `__init__.py` files are removed (unsafe). +- `lint.ignore-init-module-imports` ## References - [Python documentation: `import`](https://docs.python.org/3/reference/simple_stmts.html#the-import-statement)