summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrần Tuấn Anh <trananhkma@users.noreply.github.com>2016-08-26 16:09:22 +0700
committerSamuel <samuel@cendio.se>2016-08-26 11:09:22 +0200
commit12f4747ced89de7f37609d7740936f7a3a677d33 (patch)
tree8fe26a3b1225e05fa0d6f03df9b119af505f65d2
parentda17d0369de93d9f879840978b6852295a456787 (diff)
downloadnovnc-12f4747ced89de7f37609d7740936f7a3a677d33.tar.gz
Removing unused import (#642)
-rwxr-xr-xutils/json2graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/json2graph.py b/utils/json2graph.py
index f9ae27d..8992382 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