Index: tools/auto_bisect/math_utils.py |
diff --git a/tools/auto_bisect/math_utils.py b/tools/auto_bisect/math_utils.py |
index dc1c885b82edfb8d2b81882dd15a0f0710294102..eef7f0936d3da7a3f9c379683b91c90056a7e680 100644 |
--- a/tools/auto_bisect/math_utils.py |
+++ b/tools/auto_bisect/math_utils.py |
@@ -136,4 +136,3 @@ def StandardError(values): |
return 0.0 |
std_dev = StandardDeviation(values) |
return std_dev / math.sqrt(len(values)) |
- |