Author: Vincent Legoll <vincent.leg...@idgrilles.fr>
Branch: fix-1674
Changeset: r81489:777c771712dc
Date: 2015-12-29 10:50 +0100
http://bitbucket.org/pypy/pypy/changeset/777c771712dc/

Log:    Remove useless "pass" instruction

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
@@ -8,7 +8,6 @@
 
 class BaseChunk(object):
     _attrs_ = ['step','out_dim']
-    pass
 
 
 class Chunk(BaseChunk):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to