pep8 much?
This commit is contained in:
parent
e77e45d8b8
commit
ed50bc746c
33 changed files with 92 additions and 99 deletions
|
@ -146,7 +146,6 @@ def repaste(inp, input=None, db=None, isManual=True):
|
|||
if parts[0] == 'list':
|
||||
return " ".join(pasters.keys())
|
||||
|
||||
|
||||
paster = paste_gist
|
||||
args = {}
|
||||
|
||||
|
@ -178,4 +177,4 @@ def repaste(inp, input=None, db=None, isManual=True):
|
|||
args["text"] = scraped
|
||||
pasted = paster(**args)
|
||||
|
||||
return pasted
|
||||
return pasted
|
||||
|
|
Reference in a new issue