kaka2507 / cron-validator

unix cron implementation in Python
MIT License
25 stars 9 forks source link

Code Clean-up #8

Closed robinje closed 2 years ago

robinje commented 2 years ago

Converted String formatting to use 'f ' strings.

Fixed imports.

Switched list functions to literals.

Applied standardized formatting.

mwatermolen commented 2 years ago

Yeah, I think @skyxie is right... was 2 seconds from opening an issue

skyxie commented 2 years ago

I created #9 to address this.

kaka2507 commented 2 years ago

Thanks @skyxie . I did not review it carefully. Merged and released.