mirror of https://github.com/astral-sh/ruff
Remove TODO in `handle_node_store` (#4031)
This commit is contained in:
parent
cc8b5a543b
commit
b3f8f2a5c1
|
|
@ -4488,7 +4488,6 @@ impl<'a> Checker<'a> {
|
|||
return;
|
||||
}
|
||||
|
||||
// TODO(charlie): Include comprehensions here.
|
||||
if matches!(
|
||||
parent.node,
|
||||
StmtKind::For { .. } | StmtKind::AsyncFor { .. }
|
||||
|
|
|
|||
Loading…
Reference in New Issue