Ayush Anand Srivastava
Ayush Anand Srivastava
I see the PR are fixed and merged, can we close this issue?
Please check this PR: [Fix incorrect TypeVar default expansion order (Fixes #20336) #20343 ](https://github.com/python/mypy/pull/20343) **Input** ```bash class Foo[X, Y, Z=object]: def test(self, swapped: Foo[Y, X]) -> None: reveal_type(swapped) ``` **Output**...
Hi @sterliakov , no I took help but did code on my own because they were not able to help and yes did code formatting with them Ok I will...
@sterliakov something up with .mypy_cache? does it show previous output even after changes?
Hi! Could you please provide more details? - What were you trying to do? - What is the expected behavior? - What actually happened? - Any error logs or screenshots?...