Skip to content

Commit c104847

Browse files
committedApr 24, 2015
flake8
1 parent ff854c8 commit c104847

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎v7/classy-images/classy_images.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626

2727
from __future__ import unicode_literals
2828

29-
import uuid
30-
31-
from docutils import nodes
32-
from docutils.parsers.rst import Directive, directives
29+
from docutils.parsers.rst import directives
3330

3431
from nikola.plugin_categories import RestExtension
3532

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

47+
5048
class ClassyImages(directives.images.Image):
5149
""" Restructured text extension for inserting slideshows."""
5250

0 commit comments

Comments
 (0)
Please sign in to comment.