Removed unused import

This commit is contained in:
Sybren A. Stüvel 2016-10-20 13:01:31 +02:00
parent c456696600
commit db2680be81

View File

@ -590,7 +590,6 @@ def remarkdown_comments():
"""
from pillar.api.nodes import convert_markdown
from pprint import pformat
nodes_collection = current_app.db()['nodes']
comments = nodes_collection.find({'node_type': 'comment'},