From 12f4747ced89de7f37609d7740936f7a3a677d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Tu=E1=BA=A5n=20Anh?= Date: Fri, 26 Aug 2016 16:09:22 +0700 Subject: [PATCH] Removing unused import (#642) --- 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