[Discussion] ImportError: cannot import name 'NoReturn'
Open
question
- Dominant language
- Python
- Stars
- 28.4k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
I get the following error when I try to split into 5 stems:
```
from typing import NoReturn
ImportError: cannot import name 'NoReturn'
```
Currently running Python 3.9.13
Contributor guide
Assessment
This issue has not been assessed yet.