pyright will accept this. mypy should accept this when using --allow-redefinition-new as well

> mypy should accept this when using --allow-redefinition-new as well

TIL, thank you!