Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
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 warnings
import PyRSS2Gen as rss import PyRSS2Gen as rss
from collections import defaultdict, Callable from collections import defaultdict, Callable
from logbook.compat import redirect_logging
from logbook.more import ExceptionHandler, ColorizedStderrHandler from logbook.more import ExceptionHandler, ColorizedStderrHandler
from pygments.formatters import HtmlFormatter from pygments.formatters import HtmlFormatter
from zipfile import ZipFile as zipf from zipfile import ZipFile as zipf
Expand Down Expand Up @@ -123,7 +124,6 @@ def get_logger(name, handlers):


USE_SLUGIFY = True USE_SLUGIFY = True


from logbook.compat import redirect_logging
redirect_logging() redirect_logging()


if DEBUG: if DEBUG:
Expand Down

0 comments on commit 8e6f008

Please sign in to comment.