persiantools icon indicating copy to clipboard operation
persiantools copied to clipboard

tuple expression not allowed in type annotation

Open eh-san opened this issue 2 years ago • 0 comments

due to https://docs.python.org/3/whatsnew/3.10.html#new-features-related-to-type-hints type hints can now be written in a more succinct manner (number: int | float) -> int | float

eh-san avatar May 23 '22 08:05 eh-san