Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 5, 2017
1 parent 653f3a0 commit 562533d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion nikola/metadata_extractors.py
Expand Up @@ -52,7 +52,8 @@ class MetaCondition(Enum):
class MetaPriority(Enum):
"""Priority of metadata.
An extractor is used if and only if the higher-priority extractors returned nothing."""
An extractor is used if and only if the higher-priority extractors returned nothing.
"""

override = 1
specialized = 2
Expand Down
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -79,7 +79,7 @@
Taxonomy,
)
from . import metadata_extractors
from .metadata_extractors import MetaSource, MetaPriority, default_metadata_extractors_by
from .metadata_extractors import default_metadata_extractors_by

if DEBUG:
logging.basicConfig(level=logging.DEBUG)
Expand Down
1 change: 0 additions & 1 deletion nikola/plugins/compile/html.py
Expand Up @@ -44,7 +44,6 @@ class CompileHtml(PageCompiler):
friendly_name = "HTML"
supports_metadata = True


def compile_string(self, data, source_path=None, is_two_file=True, post=None, lang=None):
"""Compile HTML into HTML strings, with shortcode support."""
if not is_two_file:
Expand Down

0 comments on commit 562533d

Please sign in to comment.