From 051bad6d51300ab75f5413b0d2bdc5f9d4f87c2d Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Fri, 26 Aug 2016 15:54:51 +0700 Subject: [PATCH] Removing unused import --- utils/json2graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/json2graph.py b/utils/json2graph.py index f9ae27d3..8992382f 100755 --- a/utils/json2graph.py +++ b/utils/json2graph.py @@ -7,7 +7,7 @@ Licensed under MPL-2.0 (see docs/LICENSE.MPL-2.0) ''' # a bar plot with errorbars -import sys, json, pprint +import sys, json import numpy as np import matplotlib.pyplot as plt from matplotlib.font_manager import FontProperties