Aliro
Aliro copied to clipboard
conform to PEP 8
We should make an effort to conform to PEP 8 style guidelines for Python:
https://www.python.org/dev/peps/pep-0008/
Including:
- [x] 4 spaces per indentation level
- [ ] limit all lines to a maximum of 79 characters
- [ ] blank lines at top-level function and class defs
Docstring should also follow PEP-0257
Retabbed py files to use 4 spaces instead of tabs.