Skip to content

Commit

Permalink
Update crates/ruff_linter/src/checkers/ast/analyze/statement.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan authored Nov 7, 2023
1 parent 4d3e48b commit b4159f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/ruff_linter/src/checkers/ast/analyze/statement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1216,9 +1216,6 @@ pub(crate) fn statement(stmt: &Stmt, checker: &mut Checker) {
if checker.enabled(Rule::TryExceptInLoop) {
perflint::rules::try_except_in_loop(checker, body);
}
if checker.enabled(Rule::TryExceptInLoop) {
perflint::rules::try_except_in_loop(checker, body);
}
if checker.enabled(Rule::TrioUnneededSleep) {
flake8_trio::rules::unneeded_sleep(checker, stmt, body);
}
Expand Down

0 comments on commit b4159f7

Please sign in to comment.