-
Couldn't load subscription status.
- Fork 27
Closed
Milestone
@aaltat
Description
3.10 brings new way to present type hints. Make sure that example this works:
def func(arg: list[int] | list[str]):
...
Couldn't load subscription status.
3.10 brings new way to present type hints. Make sure that example this works:
def func(arg: list[int] | list[str]):
...