Skip to content

Instantly share code, notes, and snippets.

@snaffi
Created September 30, 2015 21:38
Show Gist options
  • Save snaffi/0146cd9e884edf134905 to your computer and use it in GitHub Desktop.
Save snaffi/0146cd9e884edf134905 to your computer and use it in GitHub Desktop.
def bad_func(a, b, c, d, e, f, r, t):
pass
def good_dunc(
a,
b,
c,
d,
e,
f,
r,
t):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment