Skip to content

Commit

Permalink
Merge PR434: fix pyflakes issues in misc
Browse files Browse the repository at this point in the history
closes ticket:2898
  • Loading branch information
warner committed Aug 8, 2017
2 parents 9429fb8 + 695f40f commit e8699cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions misc/operations_helpers/munin/tahoe_rootdir_space
Expand Up @@ -2,7 +2,6 @@

import os, sys
import urllib
import json

configinfo = """\
graph_title Tahoe Root Directory Size
Expand All @@ -22,6 +21,3 @@ url = os.environ["url"]

data = int(urllib.urlopen(url).read().strip())
print "space.value %d" % data



2 changes: 0 additions & 2 deletions misc/operations_helpers/munin/tahoe_spacetime
Expand Up @@ -39,7 +39,6 @@ def predict_future(past_s):
# ((start, end, step), (name1, name2, ...), [(data1, data2, ..), ...])
(start_time, end_time ,step) = d[0]
#print format_time(start_time), " - ", format_time(end_time), step
names = d[1]
#for points in d[2]:
# point = points[0]
# print point
Expand Down Expand Up @@ -105,4 +104,3 @@ if remaining_2wk is not None:
print "days_2wk.value", remaining_2wk
samples["remaining_2wk"] = remaining_2wk
write_to_file(samples)

0 comments on commit e8699cd

Please sign in to comment.