Skip to content

Instantly share code, notes, and snippets.

@chopmann
Created March 16, 2016 14:18
Show Gist options
  • Save chopmann/ebaf226734feaf921da3 to your computer and use it in GitHub Desktop.
Save chopmann/ebaf226734feaf921da3 to your computer and use it in GitHub Desktop.
#Wrong
def my_function:
#Right
def my_function:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment