Pep8 in core files
This commit is contained in:
parent
b228b635cf
commit
fa1bcb58a4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Input(dict):
|
||||||
|
|
||||||
def notice(msg):
|
def notice(msg):
|
||||||
conn.cmd('NOTICE', [nick, msg])
|
conn.cmd('NOTICE', [nick, msg])
|
||||||
|
|
||||||
def raw(command):
|
def raw(command):
|
||||||
conn.send(command)
|
conn.send(command)
|
||||||
|
|
||||||
|
|
Reference in a new issue