thieman / dagobah

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

Code cleanup #82

Open rclough opened 10 years ago

rclough commented 10 years ago

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.

thieman commented 10 years ago

+1