Sergei Lebedev d135d33497
[MLIR] [Python] Fixed type errors in get_parent_of_type (#186079)
`op.parent` can be `None`, and `None` is not assignable to a variable
with type `OpView | Operation`.

Both mypy and Pyrefly flag this.
2026-03-12 13:28:40 +00:00
..