Skip to content

Commit

Permalink
Making flake8 happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 2, 2016
1 parent 7d0f2e4 commit da50f07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nikola/nikola.py
Expand Up @@ -2085,8 +2085,7 @@ def generic_post_list_renderer(self, lang, posts, output_name, template_name, fi
post_context.update(extra_context)

post_deps_dict = {}
post_deps_dict["posts"] = [(p.meta[lang]['title'], p.permalink(lang)) for p in
posts]
post_deps_dict["posts"] = [(p.meta[lang]['title'], p.permalink(lang)) for p in posts]

return self.generic_renderer(lang, output_name, template_name, filters,
deps=deps,
Expand Down

0 comments on commit da50f07

Please sign in to comment.