SebKuzminsky / pycam

Other
342 stars 101 forks source link

fix flake8 warnings #75

Closed SebKuzminsky closed 7 years ago

SebKuzminsky commented 7 years ago

This fixes all the flake8 warnings in master (eg https://travis-ci.org/SebKuzminsky/pycam/jobs/278814925) and lets the Travis job progress a little further.

I'm not sure if it's right long-term to remove all the unused code. For example, group_export should probably be added back in and populated with the available export formats.

sumpfralle commented 7 years ago

This is a nice cleanup.