Author: Vincent Legoll <[email protected]>
Branch: cleanups
Changeset: r84298:7bdeb693d88b
Date: 2016-05-08 18:03 +0200
http://bitbucket.org/pypy/pypy/changeset/7bdeb693d88b/
Log: Remove useless __init__() method
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/strides.py
+++ b/pypy/module/micronumpy/strides.py
@@ -61,9 +61,6 @@
input_dim = 0
out_dim = 1
- def __init__(self):
- pass
-
def compute(self, space, base_length, base_stride):
return 0, 1, 0, 0
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit