Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 9, 2015
1 parent 22493dc commit 3982fbc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions nikola/plugin_categories.py
Expand Up @@ -27,6 +27,7 @@
from __future__ import absolute_import
import sys
import os
import re

from yapsy.IPlugin import IPlugin
from doit.cmd_base import Command as DoitCommand
Expand Down Expand Up @@ -278,6 +279,7 @@ def split_metadata(self, data):

return re.split('(\n\n|\r\n\r\n)', data.lstrip(), maxsplit=1)


class RestExtension(BasePlugin):
name = "dummy_rest_extension"

Expand Down
1 change: 0 additions & 1 deletion nikola/plugins/compile/html.py
Expand Up @@ -29,7 +29,6 @@
from __future__ import unicode_literals

import os
import re
import io

from nikola.plugin_categories import PageCompiler
Expand Down
1 change: 0 additions & 1 deletion nikola/plugins/compile/markdown/__init__.py
Expand Up @@ -30,7 +30,6 @@

import io
import os
import re

try:
from markdown import markdown
Expand Down
1 change: 0 additions & 1 deletion nikola/plugins/compile/rest/__init__.py
Expand Up @@ -27,7 +27,6 @@
from __future__ import unicode_literals
import io
import os
import re

import docutils.core
import docutils.nodes
Expand Down

0 comments on commit 3982fbc

Please sign in to comment.