Skip to content

Conversation

PiOverFour
Copy link

Change a few things in the way the scripts are formatted, to better follow usual Python code style (somewhat closer to PEP8 than currently).

  • Write docstring instead of comment for initialization function
  • Separate each import to its own line
  • Comments: add whitespace at line beginning, capitalize first word
  • Improve newlines
  • Use "var is not None" instead of "var != None"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant