Skip to content

Commit

Permalink
Remove TODO in handle_node_store (#4031)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Apr 19, 2023
1 parent cc8b5a5 commit b3f8f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ruff/src/checkers/ast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4488,7 +4488,6 @@ impl<'a> Checker<'a> {
return;
}

// TODO(charlie): Include comprehensions here.
if matches!(
parent.node,
StmtKind::For { .. } | StmtKind::AsyncFor { .. }
Expand Down

0 comments on commit b3f8f2a

Please sign in to comment.