Skip to content

Commit ea1c080

Browse files
authored
[flake8-use-pathlib] Delete unused Rule::OsSymlink enabled check (#20099)
<!-- Thank you for contributing to Ruff/ty! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? (Please prefix with `[ty]` for ty pull requests.) - Does this pull request include references to any relevant issues? --> ## Summary Part of #20009 (i forgot to delete it in this PR) <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan <!-- How was it tested? -->
1 parent 73720c7 commit ea1c080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ruff_linter/src/checkers/ast/analyze/expression.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ pub(crate) fn expression(expr: &Expr, checker: &Checker) {
10461046
Rule::PyPath,
10471047
Rule::Glob,
10481048
Rule::OsListdir,
1049-
Rule::OsSymlink,
10501049
]) {
10511050
flake8_use_pathlib::rules::replaceable_by_pathlib(checker, call);
10521051
}

0 commit comments

Comments
 (0)