]> git.proxmox.com Git - mirror_novnc.git/blobdiff - utils/json2graph.py
Merge pull request #1011 from juanjoDiaz/remove_console_statements
[mirror_novnc.git] / utils / json2graph.py
index f9ae27d36cd01a4c345e65060d7128875f4b5fb4..8992382fd8c88841cf53f42df709fece00dd5574 100755 (executable)
@@ -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