`op.parent` can be `None`, and `None` is not assignable to a variable with type `OpView | Operation`. Both mypy and Pyrefly flag this.
`op.parent` can be `None`, and `None` is not assignable to a variable with type `OpView | Operation`. Both mypy and Pyrefly flag this.