Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Making pep257 happy.
  • Loading branch information
felixfontein committed Dec 13, 2015
1 parent 396ef14 commit bb22bfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nikola/plugin_categories.py
Expand Up @@ -182,7 +182,6 @@ def group_task(self):


class EarlyTask(BaseTask):

"""Plugins of this type are task generators which are executed before tasks are generated."""

name = "dummy_task"
Expand Down
1 change: 0 additions & 1 deletion nikola/plugins/task/scan_posts.py
Expand Up @@ -32,7 +32,6 @@


class ScanPosts(BaseTask):

"""Just scans for posts."""

name = "scan_posts"
Expand Down

0 comments on commit bb22bfb

Please sign in to comment.