PEP-8
This commit is contained in:
parent
004ceb79fc
commit
d6683b32f4
24 changed files with 64 additions and 58 deletions
|
@ -9,7 +9,7 @@ def format_quote(q, num, n_quotes):
|
|||
"""Returns a formatted string of a quote"""
|
||||
ctime, nick, msg = q
|
||||
return "[{}/{}] <{}> {}".format(num, n_quotes,
|
||||
nick, msg)
|
||||
nick, msg)
|
||||
|
||||
|
||||
def create_table_if_not_exists(db):
|
||||
|
|
Reference in a new issue