kbressem / trainlib

MIT License
4 stars 0 forks source link

No implicit optinal imports #64

Closed kbressem closed 1 year ago

kbressem commented 1 year ago

According to the new errors in the CI: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True. I have used no_implicit_optinoal to fix the code base. Now the CI works again.