datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
194 stars 39 forks source link

Generated .py file should conform to PEP8 #113

Closed augusto-herrmann closed 4 years ago

augusto-herrmann commented 4 years ago

When you run

dataflows init data.csv

a data.py file is generated that does no conform to PEP8. Specifically, it uses tabs for indentation, where conforming code must use spaces.

Using dataflows version 0.0.63.

augusto-herrmann commented 4 years ago

Sorry, my mistake. I've just checked and it already does generate space based indentation. It was some other code I had pasted into the file giving me problems, not the generated code. :speak_no_evil: