Skip to content

Commit b3f8f2a

Browse files
Remove TODO in handle_node_store (#4031)
1 parent cc8b5a5 commit b3f8f2a

File tree

1 file changed

+0
-1
lines changed
  • crates/ruff/src/checkers/ast

1 file changed

+0
-1
lines changed

crates/ruff/src/checkers/ast/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4488,7 +4488,6 @@ impl<'a> Checker<'a> {
44884488
return;
44894489
}
44904490

4491-
// TODO(charlie): Include comprehensions here.
44924491
if matches!(
44934492
parent.node,
44944493
StmtKind::For { .. } | StmtKind::AsyncFor { .. }

0 commit comments

Comments
 (0)