Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python general cleanup #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

FreedomBen
Copy link

@FreedomBen FreedomBen commented Apr 13, 2020

  • Fixed mixed tabs and spaces
  • Added parens to a print call so it runs on python 3
  • Removed trailing whitespace

Most of the code is indented with 4 spaces but there are a few lines
that use tabs.  This is super risky in python since it is whitespace
sensitive.

This commit removes the tabs and replaces with spaces
This makes vim stop highlighting the line endings in red and stop git
from yelling whenever a file is committed.
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