From db2680be8141910fb5fca6510506d715167609db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 20 Oct 2016 13:01:31 +0200 Subject: [PATCH] Removed unused import --- pillar/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pillar/cli.py b/pillar/cli.py index fe669143..456b464b 100644 --- a/pillar/cli.py +++ b/pillar/cli.py @@ -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'},