Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Apr 24, 2015
1 parent ff854c8 commit c104847
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions v7/classy-images/classy_images.py
Expand Up @@ -26,10 +26,7 @@

from __future__ import unicode_literals

import uuid

from docutils import nodes
from docutils.parsers.rst import Directive, directives
from docutils.parsers.rst import directives

from nikola.plugin_categories import RestExtension

Expand All @@ -47,6 +44,7 @@ def set_site(self, site):
classy_spec = directives.images.Image.option_spec
classy_spec['class'] = directives.unchanged


class ClassyImages(directives.images.Image):
""" Restructured text extension for inserting slideshows."""

Expand Down

0 comments on commit c104847

Please sign in to comment.