Skip to content

bpo-34921: No return not allowed by get_type_hints; line 133 … - #9750

Merged
ilevkivskyi merged 2 commits into
python:masterfrom
NoahGWood:fix-issue-34921
Oct 8, 2018
Merged

bpo-34921: No return not allowed by get_type_hints; line 133 …#9750
ilevkivskyi merged 2 commits into
python:masterfrom
NoahGWood:fix-issue-34921

Changed list[Any, NoReturn] in line 133 to tuple (Any, NoReturn)

6246b55
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs