Skip to content

Commit

Permalink
fix with feature=unreachable-code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszotten committed Aug 10, 2023
1 parent 6d03b7d commit 9651311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ruff/src/rules/ruff/rules/unreachable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@ impl<'stmt> BasicBlocksBuilder<'stmt> {
| Expr::Set(_)
| Expr::Compare(_)
| Expr::Call(_)
| Expr::FormattedValue(_)
| Expr::FString(_)
| Expr::Constant(_)
| Expr::Attribute(_)
Expand Down

0 comments on commit 9651311

Please sign in to comment.