Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Aug 27, 2015
1 parent e059a57 commit ea8738b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nikola/plugins/task/indexes.py
Expand Up @@ -39,6 +39,7 @@


class Indexes(Task):

"""Render the blog indexes."""

name = "render_indexes"
Expand Down
2 changes: 1 addition & 1 deletion nikola/utils.py
Expand Up @@ -1675,7 +1675,7 @@ def escape(s):


def colorize_str_from_base_color(string, base_color):
""" Find a perceptual similar color from a base color based on the hash of a sring.
"""Find a perceptual similar color from a base color based on the hash of a sring.
Make up to 16 attempts (number of bytes returned by hashing) at picking a
hue for our color at least 27 deg removed from the base color, leaving
Expand Down

0 comments on commit ea8738b

Please sign in to comment.