dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.71k stars 960 forks source link

Make implicit optional explicit #567

Closed masa-08 closed 1 year ago

masa-08 commented 1 year ago

fix #561

Thanks for the great library.

Some type checks fail because implicit options are no longer allowed by default in mypy versions 0.98 and later. This is a minor change since only OPTIONAL is explicitly specified.

I would appreciate your review and comments.

(This PR is a split of PR #562 , which was a mix of two issues.)

SijmenHuizenga commented 1 year ago

Thank you!