Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 3, 2016
1 parent e885486 commit 309d39a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions v7/rest_html5/rest_html5.py
Expand Up @@ -46,7 +46,7 @@
has_rst2html5 = False

from nikola.plugin_categories import PageCompiler
from nikola.utils import unicode_str, get_logger, makedirs, write_metadata, STDERR_HANDLER
from nikola.utils import get_logger, makedirs, write_metadata, STDERR_HANDLER, req_missing


class CompileRestHTML5(PageCompiler):
Expand Down Expand Up @@ -155,7 +155,6 @@ def get_compiler_extensions(self):
return plugins



def get_observer(settings):
"""Return an observer for the docutils Reporter."""
def observer(msg):
Expand Down

0 comments on commit 309d39a

Please sign in to comment.