Skip to content

Commit

Permalink
Fixes for pyflakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed May 6, 2016
1 parent 3d77111 commit e425489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v6/tags/tags.py
Expand Up @@ -258,6 +258,7 @@ def _post_tags(post):

return tags


def _posts_per_tag(site, include_special=True):
tags = site.posts_per_tag.copy()
if not include_special:
Expand All @@ -278,7 +279,6 @@ def _posts_per_tag(site, include_special=True):
return tags



class CommandTags(Command):

""" Manage tags on the site.
Expand Down

0 comments on commit e425489

Please sign in to comment.