summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-09-12 13:40:28 -0600
committerGitHub <noreply@github.com>2017-09-12 13:40:28 -0600
commita3b990df1bb535064e31c099be19290e9c684ce6 (patch)
tree30456ffdebdca683d8e41f8eb80c035155ee9ec0 /benchmarks
parent5bdb88939eb9d798a765aa17582b6a62feb32976 (diff)
downloadnumpy-a3b990df1bb535064e31c099be19290e9c684ce6.tar.gz
STY: Add blank line for PEP8.
[ci skip]
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchmarks/bench_shape_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/benchmarks/bench_shape_base.py b/benchmarks/benchmarks/bench_shape_base.py
index eaa725b6f..9d0f0ae04 100644
--- a/benchmarks/benchmarks/bench_shape_base.py
+++ b/benchmarks/benchmarks/bench_shape_base.py
@@ -4,6 +4,7 @@ from .common import Benchmark
import numpy as np
+
class Block(Benchmark):
params = [1, 10, 100]
param_names = ['size']