jebena / jebena-python-client

Simple Python Client for the Jebena API Server
Mozilla Public License 2.0
2 stars 1 forks source link

Handle some flake8 / mypy issues in a Py 2.7 compatible way #9

Closed jpotter closed 3 years ago

jpotter commented 3 years ago

As part of supporting Python 2.7 (!!), we should also handle some of the common linter errors that can come up. I'd like to revisit this when I have more time to better handle some of the py2-and-3 logic, but this PR at least cleans up the easier conditions to handle.