Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flake8
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 8, 2015
1 parent 1272cd2 commit 8e6f008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/utils.py
Expand Up @@ -47,6 +47,7 @@
import warnings
import PyRSS2Gen as rss
from collections import defaultdict, Callable
from logbook.compat import redirect_logging
from logbook.more import ExceptionHandler, ColorizedStderrHandler
from pygments.formatters import HtmlFormatter
from zipfile import ZipFile as zipf
Expand Down Expand Up @@ -123,7 +124,6 @@ def get_logger(name, handlers):

USE_SLUGIFY = True

from logbook.compat import redirect_logging
redirect_logging()

if DEBUG:
Expand Down

0 comments on commit 8e6f008

Please sign in to comment.