microsoft / pybryt

Python library for pedagogical auto-assessment
https://microsoft.github.io/pybryt
MIT License
63 stars 19 forks source link

Invalid usage of NoReturn #105

Closed tonybaloney closed 3 years ago

tonybaloney commented 3 years ago

The NoReturn annotation means that the program will exit, but its being used in place of None, which is what you should use if the function doesn't return a value.