vsoch / gridtest

grid parameters and testing for Python modules and functions
https://vsoch.github.io/gridtest/
Mozilla Public License 2.0
2 stars 1 forks source link

adding pyflakes fixes and also as check for GitHub main workflow #27

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

This PR is quick work to address the pyflakes errors reported in #26, and I like this tool so much I've added it as a step to run in the GitHub workflow CI (after black) to ensure that we clean up unused imports!

Signed-off-by: vsoch vsochat@stanford.edu