Maksim Levental d995c413c6
[MLIR][Python] fix python_test.py to not use is for type hint (#160718)
`is` causes the asserts to fail when the return hint is interpreted as 
`OpResult | OpResultList | test.SameVariadicResultSizeOpVFV`
2025-09-25 08:26:15 -07:00
..