mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 22:32:23 +00:00
Adjust formatting to be pep8-compliant.
This commit is contained in:
parent
80fe154634
commit
7faec2e10a
@ -48,7 +48,7 @@ class DeepStats(object):
|
|||||||
self.histograms = {}
|
self.histograms = {}
|
||||||
for k in ["size-files-histogram"]:
|
for k in ["size-files-histogram"]:
|
||||||
self.histograms[k] = {} # maps (min,max) to count
|
self.histograms[k] = {} # maps (min,max) to count
|
||||||
self.buckets = [(0,0), (1,3)]
|
self.buckets = [(0, 0), (1, 3)]
|
||||||
self.root = math.sqrt(10)
|
self.root = math.sqrt(10)
|
||||||
|
|
||||||
def set_monitor(self, monitor):
|
def set_monitor(self, monitor):
|
||||||
|
Loading…
Reference in New Issue
Block a user