SpiderKeeper icon indicating copy to clipboard operation
SpiderKeeper copied to clipboard

Fixes

Open kalombos opened this issue 8 years ago • 0 comments

Hello i added some cosmetic fixes for your project:

  1. Removed some pep-8 warnings.
  2. Removed useless method Project.find_project_by_id, i think it would be easier to use Project.query.get method
  3. I added relation field for JobExecution model. Have a look please, i think it is more convenient to use relation fields in such way.

kalombos avatar Oct 06 '17 08:10 kalombos