remove unused import

This commit is contained in:
Jean-Paul Calderone 2017-08-08 08:29:57 -04:00
parent 9429fb8fad
commit 95df32f9ed

View File

@ -2,7 +2,6 @@
import os, sys
import urllib
import json
configinfo = """\
graph_title Tahoe Root Directory Size
@ -22,6 +21,3 @@ url = os.environ["url"]
data = int(urllib.urlopen(url).read().strip())
print "space.value %d" % data