adjust doc

This commit is contained in:
weartist 2025-04-21 23:02:31 +08:00
parent 782cbe2e6c
commit 111faccc4b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ use crate::rules::flake8_tidy_imports::settings::Strictness;
/// - `lint.flake8-tidy-imports.ban-relative-imports` /// - `lint.flake8-tidy-imports.ban-relative-imports`
/// ///
/// ## Fix safety /// ## Fix safety
/// This rule's fix is marked as unsafe because it may remove comments associated /// This fix is marked as unsafe if it may remove comments associated
/// with the import statement. The fix is only applied when the absolute module /// with the import statement. The fix is only applied when the absolute module
/// path can be reliably determined. /// path can be reliably determined.
/// ///