Format everything to pep8 guidelines
This commit is contained in:
parent
cd4b65de3d
commit
99fe34a0b1
33 changed files with 142 additions and 107 deletions
|
@ -53,4 +53,4 @@ def horoscope(inp, db=None, notice=None, nick=None):
|
|||
(nick.lower(), sign))
|
||||
db.commit()
|
||||
|
||||
return result
|
||||
return result
|
||||
|
|
Reference in a new issue