Remove extra indent

This commit is contained in:
dpedu 2015-08-08 21:48:51 -07:00
parent bcdfc87a1b
commit 5c66bfe713
1 changed files with 3 additions and 3 deletions

View File

@ -278,9 +278,9 @@ class IRCCore(asynchat.async_chat):
return ob
@staticmethod
def trace():
"""Return the stack trace of the bot as a string"""
return traceback.format_exc()
def trace():
"""Return the stack trace of the bot as a string"""
return traceback.format_exc()
@staticmethod
def fulltrace():