If you are submitting a pull request or pushing to one of our branches then we expect you to adhere to the styling guidelines. We utilize the PEP8 standard. For sublime you can install the packages:
Then when you run the Command-Shift-P in Sublime Text 3 you will see:
Python PEP8 Autoformat
-- run it and it will format your.py
file depending on the PEP8 standard.