From 5c66bfe713ee0278e5ad7b29762d736d8cbce701 Mon Sep 17 00:00:00 2001 From: dpedu Date: Sat, 8 Aug 2015 21:48:51 -0700 Subject: [PATCH] Remove extra indent --- pyircbot/irccore.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyircbot/irccore.py b/pyircbot/irccore.py index f531aa4..6a62373 100644 --- a/pyircbot/irccore.py +++ b/pyircbot/irccore.py @@ -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():