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

Minor cleanup #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Minor cleanup #1

wants to merge 1 commit into from

Conversation

delirious-lettuce
Copy link

@wessilfie ,

I was just reading your article on twilio and thought I would take a look at this repo. I noticed a typo (greatful -> grateful) while reading through app.py which this PR fixes plus a bit of cleanup too!

  • Group imports (standard, third-party, local)
  • Use os.environ.get with a default value in case of no token(s)
  • Two blank lines around top-level definitions
  • One space after # character
  • Use docstrings where applicable
  • Use consistent 4 space indentation (else clause of receive_message)
  • Fix typo: greatful -> grateful

  * Group imports (standard, third-party, local)
  * Use `os.environ.get` with a default value in case of no token(s)
  * Two blank lines around top-level definitions
  * One space after `#` character
  * Use docstrings where applicable
  * Use consistent 4 space indentation (else clause of receive_message)
  * Fix typo: `greatful` -> `grateful`
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.

None yet

1 participant