Skip to content
Snippets Groups Projects
Commit cea740b9 authored by Greg Wilson's avatar Greg Wilson
Browse files

Removing unused variable left over from merge

parent 8b7095e8
Branches
Tags
No related merge requests found
...@@ -95,8 +95,6 @@ def blockquote2div(key, value, format, meta): ...@@ -95,8 +95,6 @@ def blockquote2div(key, value, format, meta):
id, classes, kvs = attr id, classes, kvs = attr
ltitle = pf.stringify(inlines).lower()
if len(classes) == 1 and classes[0] in SPECIAL_CLASSES: if len(classes) == 1 and classes[0] in SPECIAL_CLASSES:
remove_attributes(blockquote) remove_attributes(blockquote)
# a blockquote is just a list of blocks, so it can be # a blockquote is just a list of blocks, so it can be
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment