gsksivesh / dagobah

Simple DAG-based job scheduler in Python
Do What The F*ck You Want To Public License
2 stars 1 forks source link

Code cleanup #23

Open gsksivesh opened 5 years ago

gsksivesh commented 5 years ago

Issue by rclough Friday May 16, 2014 at 16:57 GMT Originally opened as https://github.com/thieman/dagobah/issues/82


Low priority issue:

I happen to use a vim plugin that bakes in pylint and pep8 checks for things like unused modules, too many blank lines, improper indenting, mixed indent styles, >80 char width lines, etc. I get quite a lot of warnings, it would be cool to clean up the code to adhere to all this junk, but obviously is not a functional requirement.

I would start with unused modules, then move towards the code aesthetic changes.

gsksivesh commented 5 years ago

Comment by thieman Friday May 16, 2014 at 16:58 GMT


+1